Package com.jtprince.coordinateoffset
Interface OffsetData.Source
- All Known Implementing Classes:
OffsetData.Source.BedrockBypass,OffsetData.Source.PermissionBypass,OffsetData.Source.PluginSet,OffsetData.Source.Provider,OffsetData.Source.SetCommand
- Enclosing class:
OffsetData
public static sealed interface OffsetData.Source
permits OffsetData.Source.PermissionBypass, OffsetData.Source.BedrockBypass, OffsetData.Source.Provider, OffsetData.Source.SetCommand, OffsetData.Source.PluginSet
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordThis offset is zero and was generated because the player is using Bedrock edition through Geyser.static final recordThis offset is zero and was generated because the player has permission to bypass offsets.static final recordThis offset was directly set by a third-party plugin (NOT a provider defined by the plugin).static final recordThis offset was generated by a configured OffsetProvider class.static final recordThis offset was explicitly set by a command.