Uses of Class
net.minecraft.entity.mob.AbstractNautilusEntity
Packages that use AbstractNautilusEntity
-
Uses of AbstractNautilusEntity in net.minecraft.client.render.entity
Classes in net.minecraft.client.render.entity with type parameters of type AbstractNautilusEntity -
Uses of AbstractNautilusEntity in net.minecraft.entity.mob
Subclasses of AbstractNautilusEntity in net.minecraft.entity.mobMethods in net.minecraft.entity.mob with parameters of type AbstractNautilusEntityModifier and TypeMethodDescriptionprotected static voidNautilusBrain.initialize(AbstractNautilusEntity nautilus, Random random) protected static Optional<? extends LivingEntity> NautilusBrain.method_75168(ServerWorld world, AbstractNautilusEntity nautilus) protected static voidNautilusBrain.onDamage(ServerWorld world, AbstractNautilusEntity nautilus, LivingEntity attacker) Method parameters in net.minecraft.entity.mob with type arguments of type AbstractNautilusEntityModifier and TypeMethodDescriptionstatic booleanAbstractNautilusEntity.canSpawn(EntityType<? extends AbstractNautilusEntity> type, WorldAccess world, SpawnReason reason, BlockPos pos, Random random) Constructor parameters in net.minecraft.entity.mob with type arguments of type AbstractNautilusEntityModifierConstructorDescriptionprotectedAbstractNautilusEntity(EntityType<? extends AbstractNautilusEntity> type, World world)