Class renamings, mainly entity-related (#720)

* renamings

* tnt minecart entity
This commit is contained in:
Yanis48 2019-06-02 21:35:57 +02:00 committed by Modmuss50
parent faaea0d363
commit 86b6ca3940
18 changed files with 18 additions and 18 deletions

View File

@ -1,4 +1,4 @@
CLASS dhs net/minecraft/client/sortme/ServerEntryNetworkPart
CLASS dhs net/minecraft/client/network/ServerEntryNetworkPart
FIELD a ZERO_SPLITTER Lcom/google/common/base/Splitter;
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
FIELD c clientConnections Ljava/util/List;

View File

@ -1,2 +1,2 @@
CLASS dom net/minecraft/client/render/entity/ArmorStandEntityRenderer
FIELD a TEX Lqs;
FIELD a SKIN Lqs;

View File

@ -1,4 +0,0 @@
CLASS dsd net/minecraft/client/render/entity/ExplodingWitherSkullEntityRenderer
FIELD a INVINCIBLE_SKIN Lqs;
FIELD f SKIN Lqs;
FIELD g model Ldgf;

View File

@ -1,2 +0,0 @@
CLASS dpp net/minecraft/client/render/entity/FishHookEntityRenderer
FIELD a SKIN Lqs;

View File

@ -0,0 +1,2 @@
CLASS dpp net/minecraft/client/render/entity/FishingBobberEntityRenderer
FIELD a SKIN Lqs;

View File

@ -1 +0,0 @@
CLASS drp net/minecraft/client/render/entity/MinecartTNTEntityRenderer

View File

@ -1,2 +0,0 @@
CLASS dqt net/minecraft/client/render/entity/PigZombieEntityRenderer
FIELD a SKIN Lqs;

View File

@ -0,0 +1,2 @@
CLASS drh net/minecraft/client/render/entity/SnowGolemEntityRenderer
FIELD a SKIN Lqs;

View File

@ -1,2 +0,0 @@
CLASS drh net/minecraft/client/render/entity/SnowmanEntityRenderer
FIELD a SKIN Lqs;

View File

@ -0,0 +1 @@
CLASS drp net/minecraft/client/render/entity/TntMinecartEntityRenderer

View File

@ -0,0 +1,4 @@
CLASS dsd net/minecraft/client/render/entity/WitherSkullEntityRenderer
FIELD a INVINCIBLE_SKIN Lqs;
FIELD f SKIN Lqs;
FIELD g model Ldgf;

View File

@ -0,0 +1,2 @@
CLASS dqt net/minecraft/client/render/entity/ZombiePigmanEntityRenderer
FIELD a SKIN Lqs;

View File

@ -1 +0,0 @@
CLASS cub net/minecraft/client/sortme/Snooper

View File

@ -0,0 +1 @@
CLASS cub net/minecraft/client/util/Snooper

View File

@ -1,4 +1,4 @@
CLASS atk net/minecraft/entity/projectile/FishHookEntity
CLASS atk net/minecraft/entity/projectile/FishingBobberEntity
CLASS atk$a State
FIELD av state Latk$a;
FIELD aw lureLevel I

View File

@ -1,4 +1,4 @@
CLASS axa net/minecraft/entity/projectile/ExplodingWitherSkullEntity
CLASS axa net/minecraft/entity/projectile/WitherSkullEntity
FIELD f CHARGED Lqh;
METHOD <init> (Lbhi;DDDDDD)V
ARG 1 world

View File

@ -1,4 +1,4 @@
CLASS axu net/minecraft/entity/vehicle/MobSpawnerMinecartEntity
CLASS axu net/minecraft/entity/vehicle/SpawnerMinecartEntity
FIELD b logic Lbgp;
METHOD <init> (Lbhi;DDD)V
ARG 1 world

View File

@ -1,4 +1,4 @@
CLASS axv net/minecraft/entity/vehicle/TNTMinecartEntity
CLASS axv net/minecraft/entity/vehicle/TntMinecartEntity
FIELD b fuseTicks I
METHOD c explode (D)V
METHOD v prime ()V