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

17 lines
622 B
Plaintext
Raw Normal View History

2018-10-31 12:57:21 -04:00
CLASS bnf net/minecraft/state/AbstractPropertyContainer
2018-10-25 12:58:04 -04:00
FIELD a baseObject Ljava/lang/Object;
FIELD d entries Lcom/google/common/collect/ImmutableMap;
FIELD e computedHashCode I
FIELD f entryWithTable Lcom/google/common/collect/Table;
METHOD <init> (Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;)V
2018-11-04 07:22:38 -05:00
ARG 1 baseObject
ARG 2 entries
2018-10-25 12:58:04 -04:00
METHOD a getProperties ()Ljava/util/Collection;
METHOD b getEntries ()Lcom/google/common/collect/ImmutableMap;
2018-10-31 12:57:21 -04:00
METHOD b contains (Lbor;)Z
2018-11-04 07:22:38 -05:00
ARG 1 property
2018-10-31 12:57:21 -04:00
METHOD c get (Lbor;)Ljava/lang/Comparable;
2018-11-04 07:22:38 -05:00
ARG 1 property
2018-10-25 12:58:04 -04:00
METHOD equals (Ljava/lang/Object;)Z
2018-11-04 07:22:38 -05:00
ARG 1 object