yarn/mappings/net/minecraft/state/AbstractPropertyContainer.m...

15 lines
657 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS bpl net/minecraft/state/AbstractPropertyContainer
FIELD a owner Ljava/lang/Object;
2018-11-06 11:02:00 -05:00
FIELD c PROPERTY_MAP_PRINTER Ljava/util/function/Function;
2018-10-25 12:58:04 -04:00
FIELD d entries Lcom/google/common/collect/ImmutableMap;
FIELD e computedHashCode I
FIELD f entryWithTable Lcom/google/common/collect/Table;
2018-12-12 12:12:26 -05:00
METHOD <init> <init> (Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;)V
ARG 1 owner
2018-10-25 12:58:04 -04:00
METHOD a getProperties ()Ljava/util/Collection;
2018-12-12 12:12:26 -05:00
METHOD a with (Lbqp;Ljava/lang/Comparable;)Ljava/lang/Object;
ARG 1 property
2018-10-25 12:58:04 -04:00
METHOD b getEntries ()Lcom/google/common/collect/ImmutableMap;
2018-12-12 12:12:26 -05:00
METHOD b contains (Lbqp;)Z
METHOD c get (Lbqp;)Ljava/lang/Comparable;