Class BooleanProperty.BooleanValue

java.lang.Object
group24.escaperoom.entities.properties.BooleanProperty.BooleanValue
All Implemented Interfaces:
ItemPropertyValue
Enclosing class:
BooleanProperty

public static class BooleanProperty.BooleanValue extends Object implements ItemPropertyValue
A wrapper around a boolean that is also a ItemPropertyValue
  • Constructor Details

    • BooleanValue

      public BooleanValue(boolean inner)
      Parameters:
      inner - the inner boolean value
  • Method Details