Uses of Class
net.minecraft.entity.passive.AbstractNautilusEntity
Packages that use AbstractNautilusEntity
Package
Description
-
Uses of AbstractNautilusEntity in net.minecraft.client.gui.screen.ingame
Constructors in net.minecraft.client.gui.screen.ingame with parameters of type AbstractNautilusEntityModifierConstructorDescriptionNautilusScreen(NautilusScreenHandler handler, PlayerInventory inventory, AbstractNautilusEntity nautilus, int slotColumnCount) -
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.openNautilusInventory(AbstractNautilusEntity nautilus, Inventory inventory) -
Uses of AbstractNautilusEntity in net.minecraft.screen
Constructors in net.minecraft.screen with parameters of type AbstractNautilusEntityModifierConstructorDescriptionNautilusScreenHandler(int syncId, PlayerInventory playerInventory, Inventory inventory, AbstractNautilusEntity nautilus, int slotColumnCount) -
Uses of AbstractNautilusEntity in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type AbstractNautilusEntityModifier and TypeMethodDescriptionvoidServerPlayerEntity.openNautilusInventory(AbstractNautilusEntity nautilus, Inventory inventory)