public class SpongePlaceableData extends AbstractSingleSetData<org.spongepowered.api.block.BlockType,org.spongepowered.api.data.manipulator.mutable.item.PlaceableData,org.spongepowered.api.data.manipulator.immutable.item.ImmutablePlaceableData> implements org.spongepowered.api.data.manipulator.mutable.item.PlaceableData
usedKey
Constructor and Description |
---|
SpongePlaceableData() |
SpongePlaceableData(Set<org.spongepowered.api.block.BlockType> placeable) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(org.spongepowered.api.data.manipulator.mutable.item.PlaceableData o) |
org.spongepowered.api.data.value.mutable.SetValue<org.spongepowered.api.block.BlockType> |
placeable() |
org.spongepowered.api.data.DataContainer |
toContainer() |
asImmutable, copy, getValue, getValueGetter, setValue
equals, get, hashCode, registerGettersAndSetters, supports
fill, from, getKeys, getValue, getValues, registerFieldGetter, registerFieldSetter, registerKeyValue, set, transform
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public SpongePlaceableData()
public SpongePlaceableData(Set<org.spongepowered.api.block.BlockType> placeable)
public int compareTo(org.spongepowered.api.data.manipulator.mutable.item.PlaceableData o)
compareTo
in interface Comparable<org.spongepowered.api.data.manipulator.mutable.item.PlaceableData>
compareTo
in class AbstractSingleData<Set<org.spongepowered.api.block.BlockType>,org.spongepowered.api.data.manipulator.mutable.item.PlaceableData,org.spongepowered.api.data.manipulator.immutable.item.ImmutablePlaceableData>
public org.spongepowered.api.data.DataContainer toContainer()
toContainer
in interface org.spongepowered.api.data.DataSerializable
public org.spongepowered.api.data.value.mutable.SetValue<org.spongepowered.api.block.BlockType> placeable()
placeable
in interface org.spongepowered.api.data.manipulator.mutable.item.PlaceableData