Class EntityRemoveSnapshot
java.lang.Object
com.hypixel.hytale.builtin.buildertools.snapshot.EntityRemoveSnapshot
- All Implemented Interfaces:
EntitySnapshot<EntityAddSnapshot>,SelectionSnapshot<EntityAddSnapshot>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrestoreEntity(Player player, World world, 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.EntitySnapshot
restore
-
Field Details
-
holder
-
-
Constructor Details
-
EntityRemoveSnapshot
-
-
Method Details
-
getHolder
-
restoreEntity
public EntityAddSnapshot restoreEntity(@Nonnull Player player, @Nonnull World world, @Nonnull ComponentAccessor<EntityStore> componentAccessor) - Specified by:
restoreEntityin interfaceEntitySnapshot<EntityAddSnapshot>
-