net.minecraft.server.command

record CloneCommand$BlockInfo

net.minecraft.server.commands.CloneCommands$CloneBlockInfo
net.minecraft.class_3023$class_3024
net.minecraft.server.command.CloneCommand$BlockInfo

Field summary

Modifier and TypeField
private final BlockPos
pos
comp_2539
pos
private final BlockState
state
comp_2540
state
private final CloneCommand$BlockEntityInfo
blockEntityInfo
comp_2541
blockEntityInfo
private final BlockState
previousStateAtDestination
comp_4032
previousStateAtDestination

Constructor summary

ModifierConstructor
private (BlockPos pos, BlockState state, CloneCommand$BlockEntityInfo blockEntityInfo, BlockState previousStateAtDestination)

Method summary

Modifier and TypeMethod
public BlockPos
pos()
comp_2539()
pos()
public BlockState
state()
comp_2540()
state()
public CloneCommand$BlockEntityInfo
blockEntityInfo()
comp_2541()
blockEntityInfo()
public BlockState
previousStateAtDestination()
comp_4032()
previousStateAtDestination()