Uses of Enum Class
net.minecraft.class_9062
Packages that use class_9062
Package
Description
The base package for all Minecraft classes.
Provides the cauldron behavior system,
which determines what happens when a player interacts with a cauldron.
-
Uses of class_9062 in net.minecraft
Methods in net.minecraft that return class_9062Modifier and TypeMethodDescriptionstatic class_9062
class_9062.method_55644
(boolean bool) static class_9062
Returns the enum constant of this class with the specified name.static class_9062[]
class_9062.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of class_9062 in net.minecraft.block
Methods in net.minecraft.block that return class_9062Modifier and TypeMethodDescriptionAbstractBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) Deprecated.AbstractCauldronBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) AbstractSignBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) BeehiveBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) CakeBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) CampfireBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) CandleBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) CandleCakeBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) ChiseledBookshelfBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) ComposterBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) DecoratedPotBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) FenceBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) FlowerPotBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) HangingSignBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) LecternBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) NoteBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) PumpkinBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) RedstoneOreBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) RespawnAnchorBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) SweetBerryBushBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) TntBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) WallHangingSignBlock.method_55765
(ItemStack itemStack, BlockState blockState, World world, BlockPos blockPos, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) AbstractBlock.AbstractBlockState.method_55780
(ItemStack itemStack, World world, PlayerEntity playerEntity, Hand hand, BlockHitResult blockHitResult) -
Uses of class_9062 in net.minecraft.block.cauldron
Methods in net.minecraft.block.cauldron that return class_9062Modifier and TypeMethodDescriptionstatic class_9062
CauldronBehavior.emptyCauldron
(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack, ItemStack output, Predicate<BlockState> fullPredicate, SoundEvent soundEvent) Empties a cauldron if it's full.static class_9062
CauldronBehavior.fillCauldron
(World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack, BlockState state, SoundEvent soundEvent) Fills a cauldron from a bucket stack.CauldronBehavior.interact
(BlockState state, World world, BlockPos pos, PlayerEntity player, Hand hand, ItemStack stack) Called when a player interacts with a cauldron.