Class FactionsPlayerProperties
java.lang.Object
dev.kitteh.factions.integration.depenizen.FactionsPlayerProperties
- All Implemented Interfaces:
com.denizenscript.denizencore.objects.properties.Property
public class FactionsPlayerProperties
extends Object
implements com.denizenscript.denizencore.objects.properties.Property
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandescribes(com.denizenscript.denizencore.objects.ObjectTag object) static FactionsPlayerPropertiesgetFrom(com.denizenscript.denizencore.objects.ObjectTag object) com.denizenscript.denizencore.objects.ObjectTaggetObjectAttribute(com.denizenscript.denizencore.tags.Attribute attribute) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.denizenscript.denizencore.objects.properties.Property
adjust, getPropertySavableValue, getPropertyValue, getPropertyValueNoDefault
-
Field Details
-
handledTags
-
handledMechs
-
-
Method Details
-
getPropertyString
- Specified by:
getPropertyStringin interfacecom.denizenscript.denizencore.objects.properties.Property
-
getPropertyId
- Specified by:
getPropertyIdin interfacecom.denizenscript.denizencore.objects.properties.Property
-
describes
public static boolean describes(com.denizenscript.denizencore.objects.ObjectTag object) -
getFrom
public static FactionsPlayerProperties getFrom(com.denizenscript.denizencore.objects.ObjectTag object) -
getFPlayer
-
getObjectAttribute
public com.denizenscript.denizencore.objects.ObjectTag getObjectAttribute(com.denizenscript.denizencore.tags.Attribute attribute) - Specified by:
getObjectAttributein interfacecom.denizenscript.denizencore.objects.properties.Property
-