This commit is contained in:
Shnupbups 2021-01-24 08:21:31 +11:00 committed by GitHub
parent c230573959
commit 2b7b0f411f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
29 changed files with 122 additions and 2 deletions

View File

@ -2,6 +2,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
FIELD field_18765 camera Lnet/minecraft/class_4184;
FIELD field_20948 buffers Lnet/minecraft/class_4599;
FIELD field_20949 overlayTexture Lnet/minecraft/class_4608;
FIELD field_26730 NAUSEA_OVERLAY Lnet/minecraft/class_2960;
FIELD field_3988 zoomX F
FIELD field_3992 renderHand Z
FIELD field_3993 LOGGER Lorg/apache/logging/log4j/Logger;
@ -41,6 +42,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
METHOD method_22975 getOverlayTexture ()Lnet/minecraft/class_4608;
METHOD method_3167 onCameraEntitySet (Lnet/minecraft/class_1297;)V
METHOD method_3168 loadShader (Lnet/minecraft/class_2960;)V
ARG 1 id
METHOD method_3169 onResized (II)V
METHOD method_3171 renderFloatingItem (IIF)V
ARG 1 scaledWidth
@ -50,11 +52,13 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
ARG 1 matrices
ARG 3 tickDelta
METHOD method_3174 getNightVisionStrength (Lnet/minecraft/class_1309;F)F
ARG 0 entity
METHOD method_3176 updateWorldIcon ()V
METHOD method_3182 tick ()V
METHOD method_3183 getShader ()Lnet/minecraft/class_279;
METHOD method_3184 toggleShadersEnabled ()V
METHOD method_3186 bobView (Lnet/minecraft/class_4587;F)V
ARG 1 matrices
METHOD method_3188 renderWorld (FJLnet/minecraft/class_4587;)V
ARG 1 tickDelta
ARG 2 limitTime
@ -76,6 +80,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
ARG 2 tickDelta
ARG 3 changingFov
METHOD method_3198 bobViewWhenHurt (Lnet/minecraft/class_4587;F)V
ARG 1 matrices
METHOD method_3199 updateMovementFovMultiplier ()V
METHOD method_3202 shouldRenderBlockOutline ()Z
METHOD method_3203 reset ()V

View File

@ -15,3 +15,4 @@ CLASS net/minecraft/class_4696 net/minecraft/client/render/RenderLayers
ARG 0 state
ARG 1 direct
METHOD method_29359 getMovingBlockLayer (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1921;
ARG 0 state

View File

@ -24,6 +24,7 @@ CLASS net/minecraft/class_5294 net/minecraft/client/render/SkyProperties
ARG 1 camX
ARG 2 camY
METHOD method_28111 byDimensionType (Lnet/minecraft/class_2874;)Lnet/minecraft/class_5294;
ARG 0 dimensionType
METHOD method_28112 adjustFogColor (Lnet/minecraft/class_243;F)Lnet/minecraft/class_243;
COMMENT Transforms the given fog color based on the current height of the sun. This is used in vanilla to darken
COMMENT fog during night.

View File

@ -19,6 +19,8 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
FIELD field_21728 SIGN_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_21729 CHEST_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_25286 ITEM_ENTITY_TRANSLUCENT_CULL Lnet/minecraft/class_1921;
FIELD field_28252 BANNER_PATTERN_TEXTURES Ljava/util/Map;
FIELD field_28253 SHIELD_PATTERN_TEXTURES Ljava/util/Map;
METHOD method_24059 getBannerPatterns ()Lnet/minecraft/class_1921;
METHOD method_24062 getChestTexture (Lnet/minecraft/class_2586;Lnet/minecraft/class_2745;Z)Lnet/minecraft/class_4730;
ARG 0 blockEntity
@ -29,7 +31,7 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
ARG 1 single
ARG 2 left
ARG 3 right
METHOD method_24064 getSignTextureId (Lnet/minecraft/class_4719;)Lnet/minecraft/class_4730;
METHOD method_24064 createSignTextureId (Lnet/minecraft/class_4719;)Lnet/minecraft/class_4730;
ARG 0 type
METHOD method_24065 getChestTextureId (Ljava/lang/String;)Lnet/minecraft/class_4730;
ARG 0 variant
@ -44,3 +46,13 @@ CLASS net/minecraft/class_4722 net/minecraft/client/render/TexturedRenderLayers
METHOD method_24074 getEntityCutout ()Lnet/minecraft/class_1921;
METHOD method_24076 getEntityTranslucentCull ()Lnet/minecraft/class_1921;
METHOD method_29382 getItemEntityTranslucentCull ()Lnet/minecraft/class_1921;
METHOD method_33081 getBannerPatternTextureId (Lnet/minecraft/class_2582;)Lnet/minecraft/class_4730;
ARG 0 pattern
METHOD method_33082 getSignTextureId (Lnet/minecraft/class_4719;)Lnet/minecraft/class_4730;
ARG 0 signType
METHOD method_33083 getShieldPatternTextureId (Lnet/minecraft/class_2582;)Lnet/minecraft/class_4730;
ARG 0 pattern
METHOD method_33084 createBannerPatternTextureId (Lnet/minecraft/class_2582;)Lnet/minecraft/class_4730;
ARG 0 pattern
METHOD method_33085 createShieldPatternTextureId (Lnet/minecraft/class_2582;)Lnet/minecraft/class_4730;
ARG 0 pattern

View File

@ -94,6 +94,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 6 camera
ARG 7 gameRenderer
METHOD method_22712 drawBlockOutline (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_1297;DDDLnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
ARG 1 matrices
METHOD method_22713 tickRainSplashing (Lnet/minecraft/class_4184;)V
ARG 1 camera
METHOD method_22714 renderWeather (Lnet/minecraft/class_765;FDDD)V
@ -187,6 +188,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
METHOD method_3243 renderWorldBorder (Lnet/minecraft/class_4184;)V
ARG 1 camera
METHOD method_3244 setWorld (Lnet/minecraft/class_638;)V
ARG 1 world
METHOD method_3245 updateNoCullingBlockEntities (Ljava/util/Collection;Ljava/util/Collection;)V
ARG 1 removed
ARG 2 added
@ -198,6 +200,8 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
METHOD method_3250 renderEndSky (Lnet/minecraft/class_4587;)V
ARG 1 matrices
METHOD method_3251 renderLayer (Lnet/minecraft/class_1921;Lnet/minecraft/class_4587;DDD)V
ARG 1 renderLayer
ARG 2 matrices
METHOD method_3252 tick ()V
METHOD method_3254 drawEntityOutlinesFramebuffer ()V
METHOD method_3255 renderStars (Lnet/minecraft/class_287;)V
@ -279,6 +283,7 @@ CLASS net/minecraft/class_761 net/minecraft/client/render/WorldRenderer
ARG 14 velocityZ
METHOD method_3289 getChunksDebugString ()Ljava/lang/String;
METHOD method_3291 drawShapeOutline (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_265;DDDFFFF)V
ARG 0 matrices
METHOD method_3292 scheduleTerrainUpdate ()V
METHOD method_3293 renderStars ()V
METHOD method_3295 scheduleChunkRender (IIIZ)V

View File

@ -1,4 +1,5 @@
CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRenderer
FIELD field_27743 DIRECTIONS [Lnet/minecraft/class_2350;
FIELD field_4178 colorMap Lnet/minecraft/class_324;
FIELD field_4179 brightnessCache Ljava/lang/ThreadLocal;
METHOD <init> (Lnet/minecraft/class_324;)V
@ -86,6 +87,9 @@ CLASS net/minecraft/class_778 net/minecraft/client/render/block/BlockModelRender
CLASS class_779 NeighborData
FIELD field_4189 nonCubicWeight Z
FIELD field_4191 faces [Lnet/minecraft/class_2350;
METHOD <init> (Ljava/lang/String;I[Lnet/minecraft/class_2350;FZ[Lnet/minecraft/class_778$class_782;[Lnet/minecraft/class_778$class_782;[Lnet/minecraft/class_778$class_782;[Lnet/minecraft/class_778$class_782;)V
ARG 3 faces
ARG 5 nonCubicWeight
METHOD method_3378 getData (Lnet/minecraft/class_2350;)Lnet/minecraft/class_778$class_779;
CLASS class_780 AmbientOcclusionCalculator
FIELD field_4194 light [I

View File

@ -4,8 +4,13 @@ CLASS net/minecraft/class_773 net/minecraft/client/render/block/BlockModels
METHOD method_3333 getModelManager ()Lnet/minecraft/class_1092;
METHOD method_3334 propertyValueToString (Lnet/minecraft/class_2769;Ljava/lang/Comparable;)Ljava/lang/String;
METHOD method_3335 getModel (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1087;
ARG 1 state
METHOD method_3336 getModelId (Lnet/minecraft/class_2960;Lnet/minecraft/class_2680;)Lnet/minecraft/class_1091;
ARG 0 id
ARG 1 state
METHOD method_3338 propertyMapToString (Ljava/util/Map;)Ljava/lang/String;
METHOD method_3339 getSprite (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1058;
ARG 1 state
METHOD method_3340 getModelId (Lnet/minecraft/class_2680;)Lnet/minecraft/class_1091;
ARG 0 state
METHOD method_3341 reload ()V

View File

@ -1,11 +1,14 @@
CLASS net/minecraft/class_776 net/minecraft/client/render/block/BlockRenderManager
FIELD field_20987 blockColors Lnet/minecraft/class_324;
FIELD field_27742 builtinModelItemRenderer Lnet/minecraft/class_756;
FIELD field_4167 fluidRenderer Lnet/minecraft/class_775;
FIELD field_4168 models Lnet/minecraft/class_773;
FIELD field_4169 random Ljava/util/Random;
FIELD field_4170 blockModelRenderer Lnet/minecraft/class_778;
METHOD <init> (Lnet/minecraft/class_773;Lnet/minecraft/class_756;Lnet/minecraft/class_324;)V
ARG 1 models
ARG 2 builtinModelItemRenderer
ARG 3 blockColors
METHOD method_23071 renderDamage (Lnet/minecraft/class_2680;Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;)V
ARG 1 state
ARG 2 pos
@ -18,6 +21,8 @@ CLASS net/minecraft/class_776 net/minecraft/client/render/block/BlockRenderManag
METHOD method_3351 getModels ()Lnet/minecraft/class_773;
METHOD method_3352 renderFluid (Lnet/minecraft/class_2338;Lnet/minecraft/class_1920;Lnet/minecraft/class_4588;Lnet/minecraft/class_3610;)Z
ARG 1 pos
ARG 2 world
ARG 4 state
METHOD method_3353 renderBlockAsEntity (Lnet/minecraft/class_2680;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
ARG 1 state
ARG 2 matrices

View File

@ -6,6 +6,9 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
FIELD field_4345 renderers Ljava/util/Map;
FIELD field_4348 world Lnet/minecraft/class_1937;
FIELD field_4350 crosshairTarget Lnet/minecraft/class_239;
METHOD <init> (Lnet/minecraft/class_327;Lnet/minecraft/class_5599;Ljava/util/function/Supplier;)V
ARG 1 textRenderer
ARG 2 entityModelLoader
METHOD method_23077 renderEntity (Lnet/minecraft/class_2586;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)Z
ARG 1 entity
ARG 2 matrix
@ -20,9 +23,14 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
ARG 4 vertexConsumers
METHOD method_3549 configure (Lnet/minecraft/class_1937;Lnet/minecraft/class_4184;Lnet/minecraft/class_239;)V
ARG 1 world
ARG 2 camera
ARG 3 crosshairTarget
METHOD method_3550 get (Lnet/minecraft/class_2586;)Lnet/minecraft/class_827;
ARG 1 blockEntity
METHOD method_3551 setWorld (Lnet/minecraft/class_1937;)V
ARG 1 world
METHOD method_3554 runReported (Lnet/minecraft/class_2586;Ljava/lang/Runnable;)V
ARG 0 blockEntity
METHOD method_3555 render (Lnet/minecraft/class_2586;FLnet/minecraft/class_4587;Lnet/minecraft/class_4597;)V
ARG 1 blockEntity
ARG 2 tickDelta

View File

@ -7,5 +7,6 @@ CLASS net/minecraft/class_835 net/minecraft/client/render/block/entity/PistonBlo
ARG 2 state
ARG 3 matrices
ARG 4 vertexConsumers
ARG 5 world
ARG 6 cull
ARG 7 overlay

View File

@ -4,7 +4,10 @@ CLASS net/minecraft/class_837 net/minecraft/client/render/block/entity/SignBlock
METHOD <init> (Lnet/minecraft/class_5614$class_5615;)V
ARG 1 ctx
METHOD method_32154 getTexturedModelData ()Lnet/minecraft/class_5607;
METHOD method_32155 getSignType (Lnet/minecraft/class_2248;)Lnet/minecraft/class_4719;
ARG 0 block
METHOD method_32157 createSignModel (Lnet/minecraft/class_5599;Lnet/minecraft/class_4719;)Lnet/minecraft/class_837$class_4702;
ARG 0 entityModelLoader
ARG 1 type
CLASS class_4702 SignModel
FIELD field_21531 stick Lnet/minecraft/class_630;

View File

@ -6,6 +6,7 @@ CLASS net/minecraft/class_836 net/minecraft/client/render/block/entity/SkullBloc
METHOD method_32160 getModels (Lnet/minecraft/class_5599;)Ljava/util/Map;
ARG 0 modelLoader
METHOD method_32161 renderSkull (Lnet/minecraft/class_2350;FFLnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_5598;Lnet/minecraft/class_1921;)V
ARG 0 direction
ARG 1 yaw
ARG 2 animationProgress
ARG 3 matrices

View File

@ -17,6 +17,7 @@ CLASS net/minecraft/class_853 net/minecraft/client/render/chunk/ChunkRendererReg
ARG 5 startPos
ARG 6 endPos
METHOD method_3688 getBlockEntity (Lnet/minecraft/class_2338;Lnet/minecraft/class_2818$class_2819;)Lnet/minecraft/class_2586;
ARG 1 pos
METHOD method_3689 create (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;I)Lnet/minecraft/class_853;
ARG 0 world
ARG 1 startPos

View File

@ -1,2 +1,4 @@
CLASS net/minecraft/class_871 net/minecraft/client/render/debug/BlockOutlineDebugRenderer
FIELD field_4628 client Lnet/minecraft/class_310;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client

View File

@ -2,6 +2,8 @@ CLASS net/minecraft/class_860 net/minecraft/client/render/debug/ChunkLoadingDebu
FIELD field_20998 loadingData Lnet/minecraft/class_860$class_4605;
FIELD field_4509 client Lnet/minecraft/class_310;
FIELD field_4510 lastUpdateTime D
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
CLASS class_4605 ChunkLoadingStatus
FIELD field_21000 clientStates Ljava/util/Map;
FIELD field_21001 serverStates Ljava/util/concurrent/CompletableFuture;

View File

@ -5,6 +5,7 @@ CLASS net/minecraft/class_863 net/minecraft/client/render/debug/DebugRenderer
FIELD field_20519 gameTestDebugRenderer Lnet/minecraft/class_4503;
FIELD field_21547 beeDebugRenderer Lnet/minecraft/class_4703;
FIELD field_22408 villageSectionsDebugRenderer Lnet/minecraft/class_4841;
FIELD field_28254 gameEventDebugRenderer Lnet/minecraft/class_5739;
FIELD field_4517 blockOutlineDebugRenderer Lnet/minecraft/class_863$class_864;
FIELD field_4523 pathfindingDebugRenderer Lnet/minecraft/class_868;
FIELD field_4528 waterDebugRenderer Lnet/minecraft/class_863$class_864;

View File

@ -4,4 +4,10 @@ CLASS net/minecraft/class_5739 net/minecraft/client/render/debug/GameEventDebugR
ARG 1 client
CLASS class_5740 Listener
CLASS class_5741
FIELD field_28261 event Lnet/minecraft/class_5716;
FIELD field_28261 positionSource Lnet/minecraft/class_5716;
FIELD field_28262 range I
METHOD <init> (Lnet/minecraft/class_5716;I)V
ARG 1 positionSource
ARG 2 range
METHOD method_33094 getPos (Lnet/minecraft/class_1937;)Ljava/util/Optional;
ARG 1 world

View File

@ -1,7 +1,12 @@
CLASS net/minecraft/class_4205 net/minecraft/client/render/debug/GoalSelectorDebugRenderer
FIELD field_18780 client Lnet/minecraft/class_310;
FIELD field_18781 goalSelectors Ljava/util/Map;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_19430 setGoalSelectorList (ILjava/util/List;)V
CLASS class_4206 GoalSelector
FIELD field_18782 pos Lnet/minecraft/class_2338;
FIELD field_18784 name Ljava/lang/String;
METHOD <init> (Lnet/minecraft/class_2338;ILjava/lang/String;Z)V
ARG 1 pos
ARG 3 name

View File

@ -5,3 +5,4 @@ CLASS net/minecraft/class_4304 net/minecraft/client/render/debug/RaidCenterDebug
ARG 1 client
METHOD method_20561 setRaidCenters (Ljava/util/Collection;)V
ARG 1 centers
METHOD method_23125 getCamera ()Lnet/minecraft/class_4184;

View File

@ -1 +1,4 @@
CLASS net/minecraft/class_870 net/minecraft/client/render/debug/StructureDebugRenderer
FIELD field_4624 client Lnet/minecraft/class_310;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client

View File

@ -4,10 +4,14 @@ CLASS net/minecraft/class_4207 net/minecraft/client/render/debug/VillageDebugRen
FIELD field_18920 LOGGER Lorg/apache/logging/log4j/Logger;
FIELD field_18921 brains Ljava/util/Map;
FIELD field_18922 targetedEntity Ljava/util/UUID;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_19432 addBrain (Lnet/minecraft/class_4207$class_4232;)V
ARG 1 brain
METHOD method_19434 removePointOfInterest (Lnet/minecraft/class_2338;)V
ARG 1 pos
METHOD method_19701 addPointOfInterest (Lnet/minecraft/class_4207$class_4233;)V
ARG 1 poi
METHOD method_19702 setFreeTicketCount (Lnet/minecraft/class_2338;I)V
ARG 1 pos
ARG 2 freeTicketCount
@ -63,10 +67,18 @@ CLASS net/minecraft/class_4207 net/minecraft/client/render/debug/VillageDebugRen
FIELD field_19330 path Lnet/minecraft/class_11;
FIELD field_19373 wantsGolem Z
METHOD <init> (Ljava/util/UUID;ILjava/lang/String;Ljava/lang/String;IFFLnet/minecraft/class_2374;Ljava/lang/String;Lnet/minecraft/class_11;Z)V
ARG 1 uuid
ARG 4 profession
ARG 5 xp
ARG 8 pos
ARG 10 path
ARG 11 wantsGolem
METHOD method_23149 getUuid ()Ljava/util/UUID;
METHOD method_23151 isPointOfInterest (Lnet/minecraft/class_2338;)Z
ARG 1 pos
CLASS class_4233 PointOfInterest
FIELD field_18931 pos Lnet/minecraft/class_2338;
FIELD field_18933 freeTicketCount I
METHOD <init> (Lnet/minecraft/class_2338;Ljava/lang/String;I)V
ARG 1 pos
ARG 3 freeTicketCount

View File

@ -11,3 +11,4 @@ CLASS net/minecraft/class_5772 net/minecraft/client/render/entity/model/AxolotlE
FIELD field_28382 rightGills Lnet/minecraft/class_630;
METHOD <init> (Lnet/minecraft/class_630;)V
ARG 1 root
METHOD method_33296 getTexturedModelData ()Lnet/minecraft/class_5607;

View File

@ -1,4 +1,7 @@
CLASS net/minecraft/class_756 net/minecraft/client/render/item/BuiltinModelItemRenderer
FIELD field_27737 skullModels Ljava/util/Map;
FIELD field_27738 blockEntityRenderDispatcher Lnet/minecraft/class_824;
FIELD field_27739 entityModelLoader Lnet/minecraft/class_5599;
FIELD field_3976 renderChestNormal Lnet/minecraft/class_2595;
FIELD field_3977 renderChestEnder Lnet/minecraft/class_2611;
FIELD field_3978 renderChestTrapped Lnet/minecraft/class_2595;
@ -9,6 +12,9 @@ CLASS net/minecraft/class_756 net/minecraft/client/render/item/BuiltinModelItemR
FIELD field_3983 renderBanner Lnet/minecraft/class_2573;
FIELD field_3984 RENDER_SHULKER_BOX Lnet/minecraft/class_2627;
FIELD field_3985 modelTrident Lnet/minecraft/class_613;
METHOD <init> (Lnet/minecraft/class_824;Lnet/minecraft/class_5599;)V
ARG 1 blockEntityRenderDispatcher
ARG 2 entityModelLoader
METHOD method_3166 render (Lnet/minecraft/class_1799;Lnet/minecraft/class_809$class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;II)V
ARG 1 stack
ARG 2 mode

View File

@ -87,3 +87,13 @@ CLASS net/minecraft/class_759 net/minecraft/client/render/item/HeldItemRenderer
ARG 5 matrices
ARG 6 vertexConsumers
ARG 7 light
METHOD method_33302 isChargedCrossbow (Lnet/minecraft/class_1799;)Z
ARG 0 stack
CLASS class_5773 HandRenderType
FIELD field_28387 renderMainHand Z
FIELD field_28388 renderOffHand Z
METHOD <init> (Ljava/lang/String;IZZ)V
ARG 3 renderMainHand
ARG 4 renderOffHand
METHOD method_33305 shouldOnlyRender (Lnet/minecraft/class_1268;)Lnet/minecraft/class_759$class_5773;
ARG 0 hand

View File

@ -6,10 +6,13 @@ CLASS net/minecraft/class_763 net/minecraft/client/render/item/ItemModels
ARG 1 modelManager
METHOD method_3303 getModelManager ()Lnet/minecraft/class_1092;
METHOD method_3304 getModel (Lnet/minecraft/class_1792;)Lnet/minecraft/class_1087;
ARG 1 item
METHOD method_3305 getSprite (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1058;
ARG 1 stack
METHOD method_3306 getModelId (Lnet/minecraft/class_1792;)I
ARG 0 item
METHOD method_3307 getSprite (Lnet/minecraft/class_1935;)Lnet/minecraft/class_1058;
ARG 1 item
METHOD method_3308 getModel (Lnet/minecraft/class_1799;)Lnet/minecraft/class_1087;
ARG 1 stack
METHOD method_3309 putModel (Lnet/minecraft/class_1792;Lnet/minecraft/class_1091;)V

View File

@ -1,5 +1,6 @@
CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
FIELD field_21010 ENCHANTED_ITEM_GLINT Lnet/minecraft/class_2960;
FIELD field_27770 builtinModelItemRenderer Lnet/minecraft/class_756;
FIELD field_4728 WITHOUT_MODELS Ljava/util/Set;
FIELD field_4729 textureManager Lnet/minecraft/class_1060;
FIELD field_4730 zOffset F
@ -9,6 +10,7 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 1 manager
ARG 2 bakery
ARG 3 colorMap
ARG 4 builtinModelItemRenderer
METHOD method_23177 renderItem (Lnet/minecraft/class_1309;Lnet/minecraft/class_1799;Lnet/minecraft/class_809$class_811;ZLnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_1937;III)V
ARG 1 entity
ARG 2 item
@ -85,6 +87,10 @@ CLASS net/minecraft/class_918 net/minecraft/client/render/item/ItemRenderer
ARG 0 provider
ARG 1 layer
ARG 2 entry
METHOD method_32797 renderInGuiWithOverrides (Lnet/minecraft/class_1799;III)V
ARG 1 stack
ARG 2 x
ARG 3 y
METHOD method_4004 renderGuiQuad (Lnet/minecraft/class_287;IIIIIIII)V
ARG 1 buffer
ARG 2 x

View File

@ -13,6 +13,9 @@ CLASS net/minecraft/class_1093 net/minecraft/client/render/model/BasicBakedModel
ARG 3 usesAo
ARG 4 isSideLit
ARG 5 hasDepth
ARG 6 sprite
ARG 7 transformation
ARG 8 itemPropertyOverrides
CLASS class_1094 Builder
FIELD field_21865 hasDepth Z
FIELD field_5418 transformation Lnet/minecraft/class_809;
@ -30,6 +33,8 @@ CLASS net/minecraft/class_1093 net/minecraft/client/render/model/BasicBakedModel
ARG 1 usesAo
ARG 2 isSideLit
ARG 3 hasDepth
ARG 4 transformation
ARG 5 itemPropertyOverrides
METHOD method_4745 addQuad (Lnet/minecraft/class_2350;Lnet/minecraft/class_777;)Lnet/minecraft/class_1093$class_1094;
ARG 1 side
ARG 2 quad

View File

@ -36,7 +36,9 @@ CLASS net/minecraft/class_1088 net/minecraft/client/render/model/ModelLoader
FIELD field_5400 GENERATION_MARKER Lnet/minecraft/class_793;
METHOD <init> (Lnet/minecraft/class_3300;Lnet/minecraft/class_324;Lnet/minecraft/class_3695;I)V
ARG 1 resourceManager
ARG 2 blockColors
METHOD method_15878 bake (Lnet/minecraft/class_2960;Lnet/minecraft/class_3665;)Lnet/minecraft/class_1087;
ARG 1 id
ARG 2 settings
METHOD method_18177 upload (Lnet/minecraft/class_1060;Lnet/minecraft/class_3695;)Lnet/minecraft/class_4724;
METHOD method_21603 addStates (Ljava/lang/Iterable;)V

View File

@ -1,6 +1,7 @@
CLASS net/minecraft/class_801 net/minecraft/client/render/model/json/ItemModelGenerator
FIELD field_4270 LAYERS Ljava/util/List;
METHOD method_3476 buildCube (Lnet/minecraft/class_801$class_803;Ljava/util/List;Lnet/minecraft/class_1058;IIIIIZ)V
ARG 1 side
ARG 2 cubes
ARG 3 sprite
ARG 4 frame
@ -26,6 +27,7 @@ CLASS net/minecraft/class_801 net/minecraft/client/render/model/json/ItemModelGe
ARG 3 layer
METHOD method_3482 buildCube (Ljava/util/List;Lnet/minecraft/class_801$class_803;II)V
ARG 1 cubes
ARG 2 side
ARG 3 x
ARG 4 y
CLASS class_802 Frame
@ -34,6 +36,7 @@ CLASS net/minecraft/class_801 net/minecraft/client/render/model/json/ItemModelGe
FIELD field_4273 max I
FIELD field_4274 min I
METHOD <init> (Lnet/minecraft/class_801$class_803;II)V
ARG 1 side
ARG 2 width
ARG 3 depth
METHOD method_3483 expand (I)V