Uses of Class
net.minecraft.world.level.levelgen.feature.treedecorators.TreeDecorator.Context
Packages that use TreeDecorator.Context
Package
Description
-
Uses of TreeDecorator.Context in net.minecraft.world.level.levelgen.feature.treedecorators
Methods in net.minecraft.world.level.levelgen.feature.treedecorators with parameters of type TreeDecorator.ContextModifier and TypeMethodDescriptionprivate static voidLeaveVineDecorator.addHangingVine(BlockPos p_226041_, BooleanProperty p_226042_, TreeDecorator.Context p_226043_) private booleanAttachedToLeavesDecorator.hasRequiredEmptyBlocks(TreeDecorator.Context p_226002_, BlockPos p_226003_, Direction p_226004_) voidAlterGroundDecorator.place(TreeDecorator.Context p_225969_) voidAttachedToLeavesDecorator.place(TreeDecorator.Context p_226000_) voidBeehiveDecorator.place(TreeDecorator.Context p_226019_) voidCocoaDecorator.place(TreeDecorator.Context p_226028_) voidLeaveVineDecorator.place(TreeDecorator.Context p_226039_) abstract voidTreeDecorator.place(TreeDecorator.Context p_226044_) voidTrunkVineDecorator.place(TreeDecorator.Context p_226077_) private voidAlterGroundDecorator.placeBlockAt(TreeDecorator.Context p_225974_, BlockPos p_225975_) private voidAlterGroundDecorator.placeBlockAt(TreeDecorator.Context p_225974_, BlockPos p_225975_, AlterGroundEvent.StateProvider eventProvider) private voidAlterGroundDecorator.placeCircle(TreeDecorator.Context p_225971_, BlockPos p_225972_) private voidAlterGroundDecorator.placeCircle(TreeDecorator.Context p_225971_, BlockPos p_225972_, AlterGroundEvent.StateProvider eventProvider) -
Uses of TreeDecorator.Context in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type TreeDecorator.ContextModifier and TypeMethodDescriptionEventHooks.alterGround(TreeDecorator.Context ctx, List<BlockPos> positions, AlterGroundEvent.StateProvider provider) Fires theAlterGroundEventand retrieves the resultingAlterGroundEvent.StateProvider. -
Uses of TreeDecorator.Context in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as TreeDecorator.ContextMethods in net.neoforged.neoforge.event.level that return TreeDecorator.ContextModifier and TypeMethodDescriptionAlterGroundEvent.getContext()Gets the tree decoration context for the current alteration.Constructors in net.neoforged.neoforge.event.level with parameters of type TreeDecorator.ContextModifierConstructorDescriptionAlterGroundEvent(TreeDecorator.Context ctx, List<BlockPos> positions, AlterGroundEvent.StateProvider provider)