Uses of Record Class
net.minecraft.block.MultifaceGrower.GrowPos
Packages that use MultifaceGrower.GrowPos
-
Uses of MultifaceGrower.GrowPos in net.minecraft.block
Methods in net.minecraft.block that return MultifaceGrower.GrowPosModifier and TypeMethodDescriptionabstract MultifaceGrower.GrowPos
MultifaceGrower.GrowType.getGrowPos
(BlockPos pos, Direction newDirection, Direction oldDirection) Methods in net.minecraft.block that return types with arguments of type MultifaceGrower.GrowPosModifier and TypeMethodDescriptionMultifaceGrower.getGrowPos
(BlockState state, BlockView world, BlockPos pos, Direction oldDirection, Direction newDirection, MultifaceGrower.GrowPosPredicate predicate) MultifaceGrower.grow
(BlockState state, WorldAccess world, BlockPos pos, Direction oldDirection, Direction newDirection, boolean markForPostProcessing) MultifaceGrower.grow
(BlockState state, WorldAccess world, BlockPos pos, Direction direction, Random random, boolean markForPostProcessing) MultifaceGrower.grow
(BlockState state, WorldAccess world, BlockPos pos, Random random) MultifaceGrower.place
(WorldAccess world, MultifaceGrower.GrowPos pos, boolean markForPostProcessing) Methods in net.minecraft.block with parameters of type MultifaceGrower.GrowPosModifier and TypeMethodDescriptionboolean
MultifaceGrower.GrowChecker.canGrow
(BlockView world, BlockPos pos, MultifaceGrower.GrowPos growPos) boolean
MultifaceGrower.LichenGrowChecker.canGrow
(BlockView world, BlockPos pos, MultifaceGrower.GrowPos growPos) default boolean
MultifaceGrower.GrowChecker.place
(WorldAccess world, MultifaceGrower.GrowPos growPos, BlockState state, boolean markForPostProcessing) MultifaceGrower.place
(WorldAccess world, MultifaceGrower.GrowPos pos, boolean markForPostProcessing) boolean
MultifaceGrower.GrowPosPredicate.test
(BlockView world, BlockPos pos, MultifaceGrower.GrowPos growPos)