Class FixedProperty<T>
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<T>
dev.prozilla.pine.common.property.FixedProperty<T>
- All Implemented Interfaces:
Cloneable<FixedProperty<T>>
A property with a value that never changes.
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.common.property.VariableProperty
random -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, getValue, getValue, hasValue
-
Field Details
-
value
-
-
Constructor Details
-
FixedProperty
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<T>- Returns:
- The value of this property.
-
equals
-
equals
Description copied from interface:CloneableChecks if the given object is equal to this object. -
clone
Description copied from interface:CloneableReturns a new object that is equal to this object.
-