java.lang.Object
net.frozenblock.wilderwild.entity.ai.firefly.FireflyAi

public class FireflyAi extends Object
  • Method Details

    • makeBrain

      @NotNull public static @NotNull net.minecraft.world.entity.ai.Brain<?> makeBrain(@NotNull @NotNull Firefly firefly, @NotNull @NotNull net.minecraft.world.entity.ai.Brain<Firefly> brain)
    • updateActivities

      public static void updateActivities(@NotNull @NotNull Firefly firefly)
    • getHome

      @Nullable public static @Nullable net.minecraft.core.BlockPos getHome(@NotNull @NotNull Firefly firefly)
    • isInHomeDimension

      public static boolean isInHomeDimension(@NotNull @NotNull Firefly firefly)
    • rememberHome

      public static void rememberHome(@NotNull @NotNull net.minecraft.world.entity.LivingEntity firefly, @NotNull @NotNull net.minecraft.core.BlockPos pos)