Class FlagValueImpl
java.lang.Object
sawfowl.regionguard.implementsapi.data.FlagValueImpl
- All Implemented Interfaces:
org.spongepowered.api.data.persistence.DataSerializable
,FlagValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface sawfowl.regionguard.api.data.FlagValue
FlagValue.Builder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface sawfowl.regionguard.api.data.FlagValue
asTristate, equalsTo
-
Constructor Details
-
FlagValueImpl
public FlagValueImpl()
-
-
Method Details
-
builder
-
getSource
Description copied from interface:FlagValue
Initiator of the event. -
getTarget
Description copied from interface:FlagValue
Event target. -
getValue
public boolean getValue()Description copied from interface:FlagValue
Value of the flag. -
equals
-
hashCode
public int hashCode() -
toString
-
contentVersion
public int contentVersion()- Specified by:
contentVersion
in interfaceorg.spongepowered.api.data.persistence.DataSerializable
-
toContainer
public org.spongepowered.api.data.persistence.DataContainer toContainer()- Specified by:
toContainer
in interfaceorg.spongepowered.api.data.persistence.DataSerializable
-