net.minecraft.world.gen.blockpredicate

public record VolumeMatchBlockPredicate

implements BlockPredicate

net.minecraft.world.level.levelgen.blockpredicates.VolumeMatchPredicate
net.minecraft.world.level.levelgen.blockpredicates.VolumeMatchPredicate
net.minecraft.class_1_1469
net.minecraft.world.gen.blockpredicate.VolumeMatchBlockPredicate

Field summary

Modifier and TypeField
private final Vec3i
min
min
comp_1_1613
min
private final Vec3i
max
max
comp_1_1612
max
private final BlockPredicate
match
match
comp_1_1611
match
private static final com.mojang.serialization.MapCodec<VolumeMatchBlockPredicate>
UNVALIDATED_CODEC
UNVALIDATED_CODEC
field_1_9965
UNVALIDATED_CODEC
public static final com.mojang.serialization.MapCodec<VolumeMatchBlockPredicate>
CODEC
CODEC
field_1_9964
CODEC

Constructor summary

ModifierConstructor
public (Vec3i min, Vec3i max, BlockPredicate match)

Method summary

Modifier and TypeMethod
public BlockPredicateType<VolumeMatchBlockPredicate>
type()
type()
method_38873()
getType()
public boolean
test(LevelAccessor level, BlockPos blockPos)
test(LevelAccessor level, BlockPos blockPos)
method_1_9705(class_1936 arg0, class_2338 arg1)
test(WorldAccess arg0, BlockPos arg1)
public Vec3i
min()
min()
comp_1_1613()
min()
public Vec3i
max()
max()
comp_1_1612()
max()
public BlockPredicate
match()
match()
comp_1_1611()
match()