Uses of Record Class
net.minecraft.server.command.CloneCommand.BlockEntityInfo
Packages that use CloneCommand.BlockEntityInfo
-
Uses of CloneCommand.BlockEntityInfo in net.minecraft.server.command
Fields in net.minecraft.server.command declared as CloneCommand.BlockEntityInfoModifier and TypeFieldDescriptionprivate final @Nullable CloneCommand.BlockEntityInfo
CloneCommand.BlockInfo.blockEntityInfo
The field for theblockEntityInfo
record component.Methods in net.minecraft.server.command that return CloneCommand.BlockEntityInfoModifier and TypeMethodDescriptionCloneCommand.BlockInfo.blockEntityInfo()
Returns the value of theblockEntityInfo
record component.Constructors in net.minecraft.server.command with parameters of type CloneCommand.BlockEntityInfoModifierConstructorDescription(package private)
BlockInfo
(BlockPos pos, BlockState state, @Nullable CloneCommand.BlockEntityInfo blockEntityInfo) Creates an instance of aBlockInfo
record class.