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
ARG 0 baseObject
ARG 1 entries
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-10-25 12:58:04 -04:00
ARG 0 property
2018-10-31 12:57:21 -04:00
METHOD c get (Lbor;)Ljava/lang/Comparable;
2018-10-25 12:58:04 -04:00
ARG 0 property
METHOD equals (Ljava/lang/Object;)Z
ARG 0 object