interfacepublicPriority 3
SelectionSnapshot
com.hypixel.hytale.builtin.buildertools.snapshot.SelectionSnapshot
0
Methods
0
Public Methods
0
Fields
0
Constructors
Related Classes
Source Code
package com.hypixel.hytale.builtin.buildertools.snapshot;
import com.hypixel.hytale.component.ComponentAccessor;
import com.hypixel.hytale.component.Ref;
import com.hypixel.hytale.server.core.entity.entities.Player;
import com.hypixel.hytale.server.core.universe.world.World;
import com.hypixel.hytale.server.core.universe.world.storage.EntityStore;
import javax.annotation.Nullable;
public interface SelectionSnapshot<T extends SelectionSnapshot<?>> {
@Nullable
T restore(Ref<EntityStore> var1, Player var2, World var3, ComponentAccessor<EntityStore> var4);
}