StateFactory$Builder with -> append (#647)

* StateFactory$Builder with -> append

The term `append` makes more sense for a mutable Builder type

* append -> add

Changed to reflect pull request reviews
This commit is contained in:
Chloe Dawn 2019-05-05 12:52:15 +01:00 committed by Gegy
parent 5603ea9c27
commit 831826ec00
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CLASS bvk net/minecraft/state/StateFactory
FIELD b propertyMap Ljava/util/Map;
METHOD a build (Lbvk$b;)Lbvk;
METHOD a validate (Lbwm;)V
METHOD a with ([Lbwm;)Lbvk$a;
METHOD a add ([Lbwm;)Lbvk$a;
CLASS bvk$b Factory
METHOD create (Ljava/lang/Object;Lcom/google/common/collect/ImmutableMap;)Lbvi;
ARG 1 propertyMap