Class WWMemoryModuleTypes

java.lang.Object
net.frozenblock.wilderwild.registry.WWMemoryModuleTypes

public final class WWMemoryModuleTypes extends Object
  • Field Details

    • IS_UNDERGROUND

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<Boolean> IS_UNDERGROUND
    • NEARBY_CRABS

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<List<Crab>> NEARBY_CRABS
    • HEAL_COOLDOWN_TICKS

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<Integer> HEAL_COOLDOWN_TICKS
    • IS_PLAYER_NEARBY

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<Boolean> IS_PLAYER_NEARBY
    • CAN_DIG

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<Boolean> CAN_DIG
    • FIRST_BRAIN_TICK

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<net.minecraft.util.Unit> FIRST_BRAIN_TICK
    • NEARBY_OSTRICHES

      public static final net.minecraft.world.entity.ai.memory.MemoryModuleType<List<Ostrich>> NEARBY_OSTRICHES
  • Method Details

    • register

      public static void register()