Class ClipboardContentsSnapshot
java.lang.Object
com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardContentsSnapshot
- All Implemented Interfaces:
com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardContentsSnapshot>,SelectionSnapshot<ClipboardContentsSnapshot>
public class ClipboardContentsSnapshot
extends Object
implements com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardContentsSnapshot>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ClipboardContentsSnapshotcopyOf(BlockSelection selection) restoreClipboard(Ref<EntityStore> ref, Player player, World world, BuilderToolsPlugin.BuilderState builderState, ComponentAccessor<EntityStore> componentAccessor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot
restore
-
Field Details
-
selection
-
-
Constructor Details
-
ClipboardContentsSnapshot
-
-
Method Details
-
restoreClipboard
public ClipboardContentsSnapshot restoreClipboard(Ref<EntityStore> ref, Player player, World world, @Nonnull BuilderToolsPlugin.BuilderState builderState, ComponentAccessor<EntityStore> componentAccessor) - Specified by:
restoreClipboardin interfacecom.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardContentsSnapshot>
-
copyOf
-