Class SlimeProperty<T>
java.lang.Object
com.infernalsuite.aswm.api.world.properties.SlimeProperty<T>
- Direct Known Subclasses:
SlimePropertyBoolean
,SlimePropertyFloat
,SlimePropertyInt
,SlimePropertyString
A property describing behavior of a slime world.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract T
readValue
(com.flowpowered.nbt.Tag<?> compoundTag) toString()
protected abstract void
writeValue
(com.flowpowered.nbt.CompoundMap compound, T value)