Class PropertyManager.Property<V>

java.lang.Object
net.minecraft.server.dedicated.PropertyManager.Property<V>
All Implemented Interfaces:
Supplier<V>
Enclosing class:
PropertyManager<T extends PropertyManager<T>>

public class PropertyManager.Property<V> extends Object implements Supplier<V>
  • Field Details

    • key

      private final String key
    • value

      private final V value
    • serializer

      private final Function<V,String> serializer
  • Constructor Details

  • Method Details