Uses of Record Class
net.minecraft.server.command.CloneCommand.BlockEntityInfo
-
Uses of CloneCommand.BlockEntityInfo in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate final @Nullable CloneCommand.BlockEntityInfo
CloneCommand.BlockInfo.blockEntityInfo
The field for theblockEntityInfo
record component.Modifier and TypeMethodDescriptionCloneCommand.BlockInfo.blockEntityInfo()
Returns the value of theblockEntityInfo
record component.ModifierConstructorDescription(package private)
BlockInfo
(BlockPos pos, BlockState state, @Nullable CloneCommand.BlockEntityInfo blockEntityInfo) Creates an instance of aBlockInfo
record class.