Uses of Interface
net.minecraft.util.shape.VoxelSet.PositionBiConsumer
Packages that use VoxelSet.PositionBiConsumer
-
Uses of VoxelSet.PositionBiConsumer in net.minecraft.util.shape
Methods in net.minecraft.util.shape with parameters of type VoxelSet.PositionBiConsumerModifier and TypeMethodDescriptionprotected static void
BitSetVoxelSet.forEachBox
(VoxelSet voxelSet, VoxelSet.PositionBiConsumer callback, boolean coalesce) void
VoxelSet.forEachBox
(VoxelSet.PositionBiConsumer consumer, boolean coalesce) void
VoxelSet.forEachEdge
(VoxelSet.PositionBiConsumer callback, boolean coalesce) private void
VoxelSet.forEachEdge
(VoxelSet.PositionBiConsumer callback, AxisCycleDirection direction, boolean coalesce)