net.minecraft.commands.arguments.blocks

public class BlockInput

implements Predicate<BlockInWorld>

ga
net.minecraft.commands.arguments.blocks.BlockInput
net.minecraft.class_2247
net.minecraft.command.argument.BlockStateArgument

Field summary

Modifier and TypeField
private final BlockState
a
state
field_10632
state
private final Set<Property<?>>
b
properties
field_10631
properties
private final CompoundTag
c
tag
field_10633
data

Constructor summary

ModifierConstructor
public (BlockState state, Set<Property<?>> properties, CompoundTag data)

Method summary

Modifier and TypeMethod
public BlockState
a()
getState()
method_9494()
getBlockState()
public Set<Property<?>>
b()
getDefinedProperties()
method_35759()
getProperties()
public boolean
a(dzs arg0)
test(BlockInWorld arg0)
method_9493(class_2694 arg0)
test(CachedBlockPosition arg0)
public boolean
a(aro arg0, iu arg1)
test(ServerLevel arg0, BlockPos arg1)
method_35758(class_3218 arg0, class_2338 arg1)
test(ServerWorld world, BlockPos pos)
public boolean
a(aro arg0, iu arg1, int arg2)
place(ServerLevel arg0, BlockPos arg1, int arg2)
method_9495(class_3218 arg0, class_2338 arg1, int arg2)
setBlockState(ServerWorld world, BlockPos pos, int flags)
private BlockState
a(dzo arg0)
overwriteWithDefinedProperties(BlockState arg0)
method_65237(class_2680 arg0)
copyPropertiesTo(BlockState state)
private static <T extends Comparable<T>> BlockState
a(dzo arg0, dzo arg1, ear<T> arg2)
copyProperty(BlockState arg0, BlockState arg1, Property<T> arg2)
method_65238(class_2680 arg0, class_2680 arg1, class_2769<T> arg2)
copyProperty(BlockState to, BlockState from, Property<T> property)