yarn/mappings/net/minecraft/block/property/BlockPropertyInteger.mapping

8 lines
422 B
Plaintext

CLASS avt net/minecraft/block/property/BlockPropertyInteger
FIELD a validValues Lcom/google/common/collect/ImmutableSet;
METHOD a getValueAsString (Ljava/lang/Comparable;)Ljava/lang/String;
METHOD a getValueAsString (Ljava/lang/Integer;)Ljava/lang/String;
METHOD a create (Ljava/lang/String;II)Lavt;
METHOD b getValue (Ljava/lang/String;)Lcom/google/common/base/Optional;
METHOD c getValues ()Ljava/util/Collection;