Uses of Record Class
net.minecraft.server.commands.CloneCommands.CloneBlockEntityInfo
Packages that use CloneCommands.CloneBlockEntityInfo
-
Uses of CloneCommands.CloneBlockEntityInfo in net.minecraft.server.commands
Fields in net.minecraft.server.commands declared as CloneCommands.CloneBlockEntityInfoModifier and TypeFieldDescriptionprivate final CloneCommands.CloneBlockEntityInfo
CloneCommands.CloneBlockInfo.blockEntityInfo
The field for theblockEntityInfo
record component.Methods in net.minecraft.server.commands that return CloneCommands.CloneBlockEntityInfoModifier and TypeMethodDescriptionCloneCommands.CloneBlockInfo.blockEntityInfo()
Returns the value of theblockEntityInfo
record component.Constructors in net.minecraft.server.commands with parameters of type CloneCommands.CloneBlockEntityInfoModifierConstructorDescription(package private)
CloneBlockInfo
(BlockPos pos, BlockState state, CloneCommands.CloneBlockEntityInfo blockEntityInfo) Creates an instance of aCloneBlockInfo
record class.