Uses of Interface
net.minecraft.world.phys.shapes.DiscreteVoxelShape.IntLineConsumer
Packages that use DiscreteVoxelShape.IntLineConsumer
-
Uses of DiscreteVoxelShape.IntLineConsumer in net.minecraft.world.phys.shapes
Methods in net.minecraft.world.phys.shapes with parameters of type DiscreteVoxelShape.IntLineConsumerModifier and TypeMethodDescriptionprivate void
DiscreteVoxelShape.forAllAxisEdges
(DiscreteVoxelShape.IntLineConsumer lineConsumer, AxisCycle axis, boolean combine) protected static void
BitSetDiscreteVoxelShape.forAllBoxes
(DiscreteVoxelShape shape, DiscreteVoxelShape.IntLineConsumer consumer, boolean combine) void
DiscreteVoxelShape.forAllBoxes
(DiscreteVoxelShape.IntLineConsumer consumer, boolean combine) void
DiscreteVoxelShape.forAllEdges
(DiscreteVoxelShape.IntLineConsumer consumer, boolean combine)