18w50a: Update registries (#294)

This commit is contained in:
Jamie Mansfield 2018-12-14 19:05:02 +00:00 committed by Adrian Siekierka
parent b17dbf0abf
commit c144691acb
9 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,3 @@
CLASS aqu net/minecraft/entity/passive/VillagerProfession
METHOD a register (Ljava/lang/String;)Laqu;
ARG 0 id

View File

@ -0,0 +1,6 @@
CLASS aqw net/minecraft/entity/passive/VillagerType
FIELD h BIOME_MAP Ljava/util/Map;
METHOD a forBiome (Lbco;)Laqw;
ARG 0 biome
METHOD a register (Ljava/lang/String;)Laqw;
ARG 0 id

View File

@ -6,6 +6,8 @@ CLASS fk net/minecraft/util/registry/Registry
FIELD E STRUCTURE_PROCESSOR Lfk;
FIELD F STRUCTURE_POOL_ELEMENT Lfk;
FIELD G STAT_TYPE Lfk;
FIELD H VILLAGER_TYPE Lex;
FIELD I VILLAGER_PROFESSION Lex;
FIELD e LOGGER Lorg/apache/logging/log4j/Logger;
FIELD f REGISTRIES Lfo;
FIELD g SOUND_EVENT Lfk;

View File

@ -1,4 +1,4 @@
CLASS btu net/minecraft/world/gen/feature/HayBaleFeature
CLASS btu net/minecraft/world/gen/feature/AbstractPileFeature
METHOD a generate (Lbbq;Lbrb;Ljava/util/Random;Let;Lbvh;)Z
ARG 1 world
ARG 3 random

View File

@ -0,0 +1 @@
CLASS bvr net/minecraft/world/gen/feature/HayPileFeature

View File

@ -0,0 +1 @@
CLASS bvw net/minecraft/world/gen/feature/IcePileFeature

View File

@ -0,0 +1 @@
CLASS bwl net/minecraft/world/gen/feature/MelonPileFeature

View File

@ -0,0 +1 @@
CLASS bxh net/minecraft/world/gen/feature/PumpkinPileFeature

View File

@ -0,0 +1 @@
CLASS byf net/minecraft/world/gen/feature/SnowPileFeature