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.CloneBlockEntityInfoCloneCommands.CloneBlockInfo.blockEntityInfoThe field for theblockEntityInforecord component.Methods in net.minecraft.server.commands that return CloneCommands.CloneBlockEntityInfoModifier and TypeMethodDescriptionCloneCommands.CloneBlockInfo.blockEntityInfo()Returns the value of theblockEntityInforecord 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 aCloneBlockInforecord class.