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