Model and debug renderer mapping (#261)

This commit is contained in:
Gegy 2018-12-11 10:15:18 +02:00 committed by Adrian Siekierka
parent c992cbd49c
commit d1c21f67b7
34 changed files with 108 additions and 88 deletions

View File

@ -1,16 +0,0 @@
CLASS cya
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,16 +0,0 @@
CLASS cyd
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,16 +0,0 @@
CLASS cyx
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,2 +0,0 @@
CLASS dfq
METHOD a render (FJ)V

View File

@ -1,2 +0,0 @@
CLASS dft
METHOD a render (FJ)V

View File

@ -1,2 +0,0 @@
CLASS dfx
METHOD a render (FJ)V

View File

@ -1,2 +0,0 @@
CLASS dga
METHOD a render (FJ)V

View File

@ -1,2 +0,0 @@
CLASS dgc
METHOD a render (FJ)V

View File

@ -1,16 +0,0 @@
CLASS dgt
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,2 +0,0 @@
CLASS dnv
METHOD aa_ tick ()V

View File

@ -0,0 +1,3 @@
CLASS dnv net/minecraft/client/audio/EntityTrackingSoundEvent
FIELD n entity Lagk;
METHOD aa_ tick ()V

View File

@ -65,10 +65,13 @@ CLASS dcq net/minecraft/client/render/Renderer
METHOD a onResourceReload (Lwd;)V
ARG 1 manager
METHOD a playRecord (Lxg;Let;)V
METHOD b renderCuboidOutline (DDDDDDFFFF)V
METHOD b onBlockBreakingStage (ILet;I)V
ARG 1 entityId
ARG 2 pos
METHOD b onEntityRemoved (Lagk;)V
METHOD b renderCuboidOutline (Lckv;FFFF)V
METHOD b renderCuboid (Lcnp;DDDDDDFFFF)V
METHOD b spawnParticle (Lft;ZDDDDDD)Ldba;
ARG 2 ignoreCameraBounds
ARG 3 x

View File

@ -0,0 +1,2 @@
CLASS dfq net/minecraft/client/render/debug/CaveDebugRenderer
METHOD a render (FJ)V

View File

@ -0,0 +1,2 @@
CLASS dfx net/minecraft/client/render/debug/NeighborUpdateDebugRenderer
METHOD a render (FJ)V

View File

@ -1,12 +1,23 @@
CLASS dfu net/minecraft/client/render/debug/RenderDebug
CLASS dfu$a DebugRenderer
METHOD a render (FJ)V
FIELD b renderDebugWater Ldfu$a;
FIELD c renderDebugChunkBorder Ldfu$a;
FIELD d renderDebugHeightMap Ldfu$a;
FIELD a pathfindingDebugRenderer Ldfy;
FIELD b waterDebugRenderer Ldfu$a;
FIELD c chunkBorderDebugRenderer Ldfu$a;
FIELD d heightmapDebugRenderer Ldfu$a;
FIELD e voxelDebugRenderer Ldfu$a;
FIELD f neighborUpdateDebugRenderer Ldfu$a;
FIELD g caveDebugRenderer Ldfq;
FIELD h structureDebugRenderer Ldga;
FIELD j worldGenAttemptDebugRenderer Ldfu$a;
FIELD m showChunkBorder Z
FIELD n showPathfinding Z
FIELD o showWater Z
FIELD p showHeightmap Z
FIELD q showVoxels Z
FIELD r showNeighborUpdates Z
FIELD s showCaves Z
FIELD t showStructures Z
FIELD v showWorldGenAttempts Z
METHOD a renderDebuggers (FJ)V
METHOD b toggleShowChunkBorder ()Z

View File

@ -0,0 +1,2 @@
CLASS dga net/minecraft/client/render/debug/StructureDebugRenderer
METHOD a render (FJ)V

View File

@ -0,0 +1,2 @@
CLASS dft net/minecraft/client/render/debug/VoxelDebugRenderer
METHOD a render (FJ)V

View File

@ -0,0 +1,2 @@
CLASS dgc net/minecraft/client/render/debug/WorldGenAttemptDebugRenderer
METHOD a render (FJ)V

View File

@ -1,4 +1,5 @@
CLASS dib net/minecraft/client/render/entity/LivingEntityRenderer
FIELD f model Lcxo;
METHOD a linearRotationInterpolation (FFF)F
ARG 1 min
ARG 2 max

View File

@ -1,3 +1,6 @@
CLASS dir net/minecraft/client/render/entity/PufferfishEntityRenderer
FIELD k smallModel Lcya;
FIELD l mediumModel Lcxz;
FIELD m largeModel Lcxy;
METHOD a getTexture (Lagk;)Lpz;
METHOD a getTexture (Lamd;)Lpz;

View File

@ -1,4 +1,4 @@
CLASS cxy
CLASS cwt net/minecraft/client/render/entity/model/CodEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -1,4 +1,4 @@
CLASS cxz
CLASS dgt net/minecraft/client/render/entity/model/DolphinEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -1,4 +1,4 @@
CLASS cwr
CLASS cwr net/minecraft/client/render/entity/model/DonkeyEntityModel
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity

View File

@ -1,4 +1,4 @@
CLASS cww
CLASS cww net/minecraft/client/render/entity/model/DrownedEntityModel
METHOD <init> (FFII)V
ARG 1 scale
ARG 3 textureWidth

View File

@ -1,4 +1,4 @@
CLASS cxf
CLASS cxf net/minecraft/client/render/entity/model/IllagerBeastEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -0,0 +1,16 @@
CLASS cxy net/minecraft/client/render/entity/model/LargePufferfishEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -0,0 +1,16 @@
CLASS cxz net/minecraft/client/render/entity/model/MediumPufferfishEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,4 +1,4 @@
CLASS cxq
CLASS cxq net/minecraft/client/render/entity/model/PandaEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -0,0 +1,16 @@
CLASS cxs net/minecraft/client/render/entity/model/PhantomEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,4 +1,4 @@
CLASS cxu
CLASS cxu net/minecraft/client/render/entity/model/PillagerEntityModel
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity

View File

@ -1,4 +1,4 @@
CLASS cxs
CLASS cyd net/minecraft/client/render/entity/model/SalmonEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -0,0 +1,16 @@
CLASS cya net/minecraft/client/render/entity/model/SmallPufferfishEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount
ARG 3 age
ARG 4 headYaw
ARG 5 headPitch
ARG 6 scale
METHOD a render (Lagk;FFFFFF)V
ARG 0 entity
ARG 1 entity
ARG 2 limbMoveAngle
ARG 3 limbMoveAmount
ARG 4 age
ARG 5 headYaw
ARG 6 headPitch

View File

@ -1,4 +1,4 @@
CLASS cwt
CLASS cyx net/minecraft/client/render/entity/model/VexEntityModel
METHOD a setRotationAngles (FFFFFFLagk;)V
ARG 1 limbMoveAngle
ARG 2 limbMoveAmount

View File

@ -5,5 +5,6 @@ CLASS amk net/minecraft/entity/passive/TropicalFishEntity
METHOD a readCustomDataFromTag (Lhq;)V
METHOD b writeCustomDataToTag (Lhq;)V
METHOD cv getDeathSound ()Lxg;
METHOD dH getVariant ()I
METHOD e getHurtSound (Laft;)Lxg;
METHOD y_ initDataTracker ()V