Interface StorableObject

All Known Implementing Classes:
ChatSession, ChatSession1_19_0, ChatSession1_19_1, ChatSession1_19_3, ClientWorld, StoredObject, WorldIdentifiers

public interface StorableObject
Dummy interface used to explicitly identify objects storable in user connections.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Returns whether the object should be uncached on a server switch.
    default void
     
  • Method Details

    • clearOnServerSwitch

      default boolean clearOnServerSwitch()
      Returns whether the object should be uncached on a server switch.
      Returns:
      whether the object should be uncached on a server switch
    • onRemove

      default void onRemove()