File tree 3 files changed +2
-6
lines changed
paper-api/src/main/java/org/bukkit
paper-server/src/main/java/org/bukkit/craftbukkit/entity
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
package org .bukkit .block ;
2
2
3
3
/**
4
- * Represents a captured state of a test block.
4
+ * Represents a captured state of a test instance block.
5
5
*/
6
6
public interface TestInstanceBlock extends TileState {
7
7
}
Original file line number Diff line number Diff line change 1
1
package org .bukkit .entity ;
2
2
3
- import io .papermc .paper .registry .RegistryAccess ;
4
- import io .papermc .paper .registry .RegistryKey ;
5
- import org .bukkit .Keyed ;
6
- import org .bukkit .NamespacedKey ;
7
3
import org .jspecify .annotations .NullMarked ;
8
4
9
5
/**
Original file line number Diff line number Diff line change 12
12
import org .jspecify .annotations .NullMarked ;
13
13
14
14
@ NullMarked
15
- public class CraftCow extends CraftAnimals implements Cow {
15
+ public class CraftCow extends CraftAbstractCow implements Cow {
16
16
17
17
public CraftCow (CraftServer server , net .minecraft .world .entity .animal .Cow entity ) {
18
18
super (server , entity );
You can’t perform that action at this time.
0 commit comments