Interface TicketType<T>
-
- Type Parameters:
T- The type of value that is associated with aTicketof this type.
@CatalogedBy(TicketTypes.class) public interface TicketType<T>
Represents a type ofchunk loading ticketthat can be obtained to ensure chunks remain loaded in aServerWorld.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tickslifetime()Gets the lifetime of anyticketsof this type.
-