Class BuilderToolsPlugin.ActionEntry
java.lang.Object
com.hypixel.hytale.builtin.buildertools.BuilderToolsPlugin.ActionEntry
- Enclosing class:
BuilderToolsPlugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final BuilderToolsPlugin.Actionprivate final List<SelectionSnapshot<?>> -
Constructor Summary
ConstructorsConstructorDescriptionActionEntry(BuilderToolsPlugin.Action action, SelectionSnapshot<?> snapshots) ActionEntry(BuilderToolsPlugin.Action action, List<SelectionSnapshot<?>> snapshots) -
Method Summary
Modifier and TypeMethodDescriptionrestore(Ref<EntityStore> ref, Player player, World world, ComponentAccessor<EntityStore> componentAccessor)
-
Field Details
-
action
-
snapshots
-
-
Constructor Details
-
ActionEntry
-
ActionEntry
-
-
Method Details
-
getAction
-
restore
@Nonnull public BuilderToolsPlugin.ActionEntry restore(Ref<EntityStore> ref, Player player, World world, ComponentAccessor<EntityStore> componentAccessor)
-