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.
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
Returns whether the object should be uncached on a server switch.default void
onRemove()
-
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()
-