Class StaticAttribute
java.lang.Object
com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
com.github.retrooper.packetevents.protocol.attribute.StaticAttribute
- All Implemented Interfaces:
Attribute
,MappedEntity
-
Field Summary
Fields inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
data
-
Method Summary
Methods inherited from class com.github.retrooper.packetevents.protocol.mapper.AbstractMappedEntity
equals, getId, getName, getRegistryData, hashCode, isRegistered, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.github.retrooper.packetevents.protocol.attribute.Attribute
getName, sanitizeValue, sanitizeValue
Methods inherited from interface com.github.retrooper.packetevents.protocol.mapper.MappedEntity
getId, isRegistered
-
Method Details
-
getName
-
getDefaultValue
public double getDefaultValue()- Specified by:
getDefaultValue
in interfaceAttribute
-
getMinValue
public double getMinValue()- Specified by:
getMinValue
in interfaceAttribute
-
getMaxValue
public double getMaxValue()- Specified by:
getMaxValue
in interfaceAttribute
-