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 menu, Inventory playerInventory, AbstractNautilus nautilus, int inventoryColumns) -
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 level, AbstractNautilus nautilus) protected static voidNautilusAi.initMemories(AbstractNautilus nautilus, RandomSource random) protected static voidNautilusAi.setAngerTarget(ServerLevel level, AbstractNautilus nautilus, LivingEntity target) Method parameters in net.minecraft.world.entity.animal.nautilus with type arguments of type AbstractNautilusModifier and TypeMethodDescriptionstatic booleanAbstractNautilus.checkNautilusSpawnRules(EntityType<? extends AbstractNautilus> entityType, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) 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 nautilus, Container inventory) -
Uses of AbstractNautilus in net.minecraft.world.inventory
Constructors in net.minecraft.world.inventory with parameters of type AbstractNautilusModifierConstructorDescriptionNautilusInventoryMenu(int containerId, Inventory playerInventory, Container mountContainer, AbstractNautilus mount, int inventoryColumns)