Uses of Class
net.minecraft.entity.passive.AbstractNautilusEntity
Packages that use AbstractNautilusEntity
Package
Description
The base package for all Minecraft classes.
-
Uses of AbstractNautilusEntity in net.minecraft
Constructors in net.minecraft with parameters of type AbstractNautilusEntityModifierConstructorDescriptionclass_12344(int int2, PlayerInventory playerInventory, Inventory inventory, AbstractNautilusEntity abstractNautilusEntity, int int3) class_12349(class_12344 class_12344, PlayerInventory playerInventory, AbstractNautilusEntity abstractNautilusEntity, int int2) -
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.mob -
Uses of AbstractNautilusEntity in net.minecraft.entity.passive
Subclasses of AbstractNautilusEntity in net.minecraft.entity.passiveMethods in net.minecraft.entity.passive with parameters of type AbstractNautilusEntityModifier and TypeMethodDescriptionprotected static Optional<? extends LivingEntity> NautilusBrain.findAttackTarget(ServerWorld world, AbstractNautilusEntity nautilus) protected static voidNautilusBrain.initialize(AbstractNautilusEntity nautilus, Random random) protected static voidNautilusBrain.onDamage(ServerWorld world, AbstractNautilusEntity nautilus, LivingEntity attacker) Method parameters in net.minecraft.entity.passive 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.passive with type arguments of type AbstractNautilusEntityModifierConstructorDescriptionprotectedAbstractNautilusEntity(EntityType<? extends AbstractNautilusEntity> type, World world) -
Uses of AbstractNautilusEntity in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type AbstractNautilusEntityModifier and TypeMethodDescriptionvoidPlayerEntity.method_76575(AbstractNautilusEntity abstractNautilusEntity, Inventory inventory) -
Uses of AbstractNautilusEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type AbstractNautilusEntityModifier and TypeMethodDescriptionvoidServerPlayerEntity.method_76575(AbstractNautilusEntity abstractNautilusEntity, Inventory inventory)