JavaScript is disabled on your browser.
public class JellyfishAi
extends Object
Field Summary
Fields
static final List <? extends net.minecraft.world.entity.ai.memory.MemoryModuleType<?>>
static final List <net.minecraft.world.entity.ai.sensing.SensorType<? extends net.minecraft.world.entity.ai.sensing.Sensor<? super Jellyfish >>>
Constructor Summary
Constructors
Method Summary
All Methods Static Methods Concrete Methods
static @NotNull net.minecraft.world.entity.ai.Brain<Jellyfish >
static void
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Field Details
SENSOR_TYPES
public static final List <net.minecraft.world.entity.ai.sensing.SensorType<? extends net.minecraft.world.entity.ai.sensing.Sensor<? super Jellyfish >>> SENSOR_TYPES
MEMORY_TYPES
public static final List <? extends net.minecraft.world.entity.ai.memory.MemoryModuleType<?>> MEMORY_TYPES
Constructor Details
JellyfishAi
public JellyfishAi ()
Method Details
makeBrain
@NotNull
public static @NotNull net.minecraft.world.entity.ai.Brain<Jellyfish > makeBrain (@NotNull
@NotNull Jellyfish jellyfish,
@NotNull
@NotNull net.minecraft.world.entity.ai.Brain<Jellyfish > brain)
updateActivity
public static void updateActivity (@NotNull
@NotNull Jellyfish jellyfish)