Package com.jtprince.coordinateoffset
Record Class OffsetData.Source.PermissionBypass
java.lang.Object
java.lang.Record
com.jtprince.coordinateoffset.OffsetData.Source.PermissionBypass
- All Implemented Interfaces:
OffsetData.Source
- Enclosing interface:
OffsetData.Source
public static record OffsetData.Source.PermissionBypass()
extends Record
implements OffsetData.Source
This offset is zero and was generated because the player has permission to bypass offsets.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jtprince.coordinateoffset.OffsetData.Source
OffsetData.Source.BedrockBypass, OffsetData.Source.PermissionBypass, OffsetData.Source.PluginSet, OffsetData.Source.Provider, OffsetData.Source.SetCommand -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PermissionBypass
public PermissionBypass()Creates an instance of aPermissionBypassrecord class.
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-