Interface EntitySnapshot<T extends SelectionSnapshot<?>>
- All Superinterfaces:
SelectionSnapshot<T>
- All Known Implementing Classes:
EntityAddSnapshot,EntityRemoveSnapshot,EntityTransformSnapshot
-
Method Summary
Modifier and TypeMethodDescriptiondefault Trestore(Ref<EntityStore> ref, Player player, World world, ComponentAccessor<EntityStore> componentAccessor) restoreEntity(Player var1, World var2, ComponentAccessor<EntityStore> var3)
-
Method Details
-
restoreEntity
@Nullable T restoreEntity(@Nonnull Player var1, @Nonnull World var2, @Nonnull ComponentAccessor<EntityStore> var3) -
restore
default T restore(Ref<EntityStore> ref, Player player, @Nonnull World world, ComponentAccessor<EntityStore> componentAccessor) - Specified by:
restorein interfaceSelectionSnapshot<T extends SelectionSnapshot<?>>
-