Class BlockSelectionSnapshot
java.lang.Object
com.hypixel.hytale.builtin.buildertools.snapshot.BlockSelectionSnapshot
- All Implemented Interfaces:
SelectionSnapshot<BlockSelectionSnapshot>
public class BlockSelectionSnapshot
extends Object
implements SelectionSnapshot<BlockSelectionSnapshot>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BlockSelectionSnapshotcopyOf(BlockSelection selection) restore(Ref<EntityStore> ref, Player player, World world, ComponentAccessor<EntityStore> componentAccessor)
-
Field Details
-
selection
-
-
Constructor Details
-
BlockSelectionSnapshot
-
-
Method Details
-
getBlockSelection
-
restore
public BlockSelectionSnapshot restore(Ref<EntityStore> ref, Player player, @Nonnull World world, ComponentAccessor<EntityStore> componentAccessor) - Specified by:
restorein interfaceSelectionSnapshot<BlockSelectionSnapshot>
-
copyOf
-