Uses of Class
net.minecraft.world.entity.animal.nautilus.AbstractNautilus
Packages that use AbstractNautilus
Package
Description
-
Uses of AbstractNautilus in net.minecraft.client.gui.screens.inventory
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type AbstractNautilusModifierConstructorDescriptionNautilusInventoryScreen(NautilusInventoryMenu pMenu, Inventory pPlayerInventory, AbstractNautilus pNautilus, int pInventoryColumns) -
Uses of AbstractNautilus in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type AbstractNautilus -
Uses of AbstractNautilus in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type AbstractNautilusModifier and TypeMethodDescriptionvoidServerPlayer.openNautilusInventory(AbstractNautilus p_470632_, Container p_470807_) -
Uses of AbstractNautilus in net.minecraft.world.entity.animal.nautilus
Subclasses of AbstractNautilus in net.minecraft.world.entity.animal.nautilusMethods in net.minecraft.world.entity.animal.nautilus with parameters of type AbstractNautilusModifier and TypeMethodDescriptionprotected static Optional<? extends LivingEntity> NautilusAi.findNearestValidAttackTarget(ServerLevel pLevel, AbstractNautilus pNautilus) protected static voidNautilusAi.initMemories(AbstractNautilus pNautilus, RandomSource pRandom) protected static voidNautilusAi.setAngerTarget(ServerLevel pLevel, AbstractNautilus pNautilus, LivingEntity pTarget) Method parameters in net.minecraft.world.entity.animal.nautilus with type arguments of type AbstractNautilusModifier and TypeMethodDescriptionstatic booleanAbstractNautilus.checkNautilusSpawnRules(EntityType<? extends AbstractNautilus> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructor parameters in net.minecraft.world.entity.animal.nautilus with type arguments of type AbstractNautilusModifierConstructorDescriptionprotectedAbstractNautilus(EntityType<? extends AbstractNautilus> p_455598_, Level p_454853_) -
Uses of AbstractNautilus in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type AbstractNautilusModifier and TypeMethodDescriptionvoidPlayer.openNautilusInventory(AbstractNautilus pNautilus, Container pInventory) -
Uses of AbstractNautilus in net.minecraft.world.inventory
Constructors in net.minecraft.world.inventory with parameters of type AbstractNautilusModifierConstructorDescriptionNautilusInventoryMenu(int pContainerId, Inventory pPlayerInventory, Container pMountContainer, AbstractNautilus pMount, int pInventoryColumns)