yarn/mappings/net/minecraft/data/client/model/PropertiesEntry.mapping

14 lines
651 B
Plaintext

CLASS net/minecraft/class_4933 net/minecraft/data/client/model/PropertiesEntry
COMMENT Represents a property to value pair in block state definition.
COMMENT
COMMENT <p>This object is immutable.
FIELD field_22879 property Lnet/minecraft/class_2769;
FIELD field_22880 value Ljava/lang/Comparable;
METHOD <init> (Lnet/minecraft/class_2769;Ljava/lang/Comparable;)V
ARG 1 property
ARG 2 value
METHOD method_25815 getProperty ()Lnet/minecraft/class_2769;
METHOD method_25816 streamAllFor (Lnet/minecraft/class_2769;)Ljava/util/stream/Stream;
COMMENT Returns a stream of all possible property to value pairs for a specific
COMMENT property.