2021-03-15 23:00:00 +01:00
|
|
|
--- a/net/minecraft/world/entity/EntityCreature.java
|
|
|
|
+++ b/net/minecraft/world/entity/EntityCreature.java
|
2024-04-23 17:15:00 +02:00
|
|
|
@@ -11,6 +11,10 @@
|
2021-03-15 23:00:00 +01:00
|
|
|
import net.minecraft.world.level.World;
|
|
|
|
import net.minecraft.world.phys.Vec3D;
|
2014-11-25 22:32:16 +01:00
|
|
|
|
|
|
|
+// CraftBukkit start
|
|
|
|
+import org.bukkit.event.entity.EntityUnleashEvent;
|
|
|
|
+// CraftBukkit end
|
|
|
|
+
|
|
|
|
public abstract class EntityCreature extends EntityInsentient {
|
|
|
|
|
2021-11-21 23:00:00 +01:00
|
|
|
protected static final float DEFAULT_WALK_TARGET_VALUE = 0.0F;
|