Class ClipboardBoundsSnapshot
java.lang.Object
com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardBoundsSnapshot
- All Implemented Interfaces:
com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardBoundsSnapshot>,SelectionSnapshot<ClipboardBoundsSnapshot>
public class ClipboardBoundsSnapshot
extends Object
implements com.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardBoundsSnapshot>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClipboardBoundsSnapshot(Vector3i min, Vector3i max) ClipboardBoundsSnapshot(BlockSelection selection) -
Method Summary
Modifier and TypeMethodDescriptiongetMax()getMin()restoreClipboard(Ref<EntityStore> ref, Player player, World world, BuilderToolsPlugin.BuilderState state, 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
-
EMPTY
-
min
-
max
-
-
Constructor Details
-
ClipboardBoundsSnapshot
-
ClipboardBoundsSnapshot
-
-
Method Details
-
getMin
-
getMax
-
restoreClipboard
public ClipboardBoundsSnapshot restoreClipboard(Ref<EntityStore> ref, Player player, World world, @Nonnull BuilderToolsPlugin.BuilderState state, ComponentAccessor<EntityStore> componentAccessor) - Specified by:
restoreClipboardin interfacecom.hypixel.hytale.builtin.buildertools.snapshot.ClipboardSnapshot<ClipboardBoundsSnapshot>
-