public abstract class MixinPropertyBoolean extends MixinPropertyHelper<Boolean> implements org.spongepowered.api.block.trait.BooleanTrait
propertyName
Constructor and Description |
---|
MixinPropertyBoolean() |
Modifier and Type | Method and Description |
---|---|
abstract Collection |
getAllowedValues() |
Collection<Boolean> |
getPossibleValues() |
void |
onConstructed(String name,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
getName, getPredicate, getTraitValueClass
public abstract Collection getAllowedValues()
public void onConstructed(String name, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public Collection<Boolean> getPossibleValues()
getPossibleValues
in interface org.spongepowered.api.block.trait.BlockTrait<Boolean>