fungi -> fungus (#1136)

This commit is contained in:
Joseph Burton 2020-02-28 16:06:45 +00:00 committed by GitHub
parent f7a46e94f6
commit 1d3ea3b886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4771 net/minecraft/block/FungiBlock
CLASS net/minecraft/class_4771 net/minecraft/block/FungusBlock
FIELD field_22134 SHAPE Lnet/minecraft/class_265;
METHOD <init> (Lnet/minecraft/class_2248$class_2251;Ljava/util/function/Supplier;)V
ARG 1 settings

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4832 net/minecraft/entity/ai/brain/sensor/HoglinSpecificSensor
METHOD method_24641 findNearestWarpedFungi (Lnet/minecraft/class_3218;Lnet/minecraft/class_4760;)Ljava/util/Optional;
METHOD method_24641 findNearestWarpedFungus (Lnet/minecraft/class_3218;Lnet/minecraft/class_4760;)Ljava/util/Optional;
ARG 1 world
ARG 2 hoglin

View File

@ -13,7 +13,7 @@ CLASS net/minecraft/class_4835 net/minecraft/entity/mob/HoglinBrain
METHOD method_24668 create (Lnet/minecraft/class_4760;Lcom/mojang/datafixers/Dynamic;)Lnet/minecraft/class_4095;
ARG 0 hoglin
ARG 1 data
METHOD method_24669 isWarpedFungiAround (Lnet/minecraft/class_4760;Lnet/minecraft/class_2338;)Z
METHOD method_24669 isWarpedFungusAround (Lnet/minecraft/class_4760;Lnet/minecraft/class_2338;)Z
ARG 0 hoglin
ARG 1 pos
METHOD method_24671 playSoundAtChance (Lnet/minecraft/class_4760;)V

View File

@ -116,8 +116,8 @@ CLASS net/minecraft/class_1802 net/minecraft/item/Items
FIELD field_21984 STRIPPED_WARPED_STEM Lnet/minecraft/class_1792;
FIELD field_21985 CRIMSON_SLAB Lnet/minecraft/class_1792;
FIELD field_21986 WARPED_SLAB Lnet/minecraft/class_1792;
FIELD field_21987 CRIMSON_FUNGI Lnet/minecraft/class_1792;
FIELD field_21988 WARPED_FUNGI Lnet/minecraft/class_1792;
FIELD field_21987 CRIMSON_FUNGUS Lnet/minecraft/class_1792;
FIELD field_21988 WARPED_FUNGUS Lnet/minecraft/class_1792;
FIELD field_21989 CRIMSON_ROOTS Lnet/minecraft/class_1792;
FIELD field_21990 WARPED_ROOTS Lnet/minecraft/class_1792;
FIELD field_21991 NETHER_SPROUTS Lnet/minecraft/class_1792;

View File

@ -45,7 +45,7 @@ CLASS net/minecraft/class_2498 net/minecraft/sound/BlockSoundGroup
FIELD field_22151 ANCIENT_DEBRIS Lnet/minecraft/class_2498;
FIELD field_22152 NETHER_STEM Lnet/minecraft/class_2498;
FIELD field_22153 NYLIUM Lnet/minecraft/class_2498;
FIELD field_22154 FUNGI Lnet/minecraft/class_2498;
FIELD field_22154 FUNGUS Lnet/minecraft/class_2498;
METHOD <init> (FFLnet/minecraft/class_3414;Lnet/minecraft/class_3414;Lnet/minecraft/class_3414;Lnet/minecraft/class_3414;Lnet/minecraft/class_3414;)V
ARG 1 volume
ARG 2 pitch

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4781 net/minecraft/world/gen/feature/HugeFungiFeature
CLASS net/minecraft/class_4781 net/minecraft/world/gen/feature/HugeFungusFeature
METHOD method_24438 getStartPos (Lnet/minecraft/class_1936;Lnet/minecraft/class_2338;Lnet/minecraft/class_2248;)Lnet/minecraft/class_2338$class_2339;
ARG 0 world
ARG 1 pos

View File

@ -1,4 +1,4 @@
CLASS net/minecraft/class_4780 net/minecraft/world/gen/feature/HugeFungiFeatureConfig
CLASS net/minecraft/class_4780 net/minecraft/world/gen/feature/HugeFungusFeatureConfig
FIELD field_22191 stemState Lnet/minecraft/class_2680;
FIELD field_22192 hatState Lnet/minecraft/class_2680;
FIELD field_22193 decorationState Lnet/minecraft/class_2680;