Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CLASS net/minecraft/class_1_395 net/minecraft/client/render/block/BlockRenderSta
ARG 2 queue
ARG 3 lightCoords
ARG 4 overlayCoords
ARG 5 light
ARG 5 outlineColor
METHOD method_1_2640 renderOutlineNoCull (Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;III)V
ARG 1 matrices
ARG 2 queue
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CLASS net/minecraft/class_956 net/minecraft/client/render/entity/TntEntityRenderer
FIELD field_1_2179 blockModelManager Lnet/minecraft/class_1_394;
FIELD field_1_2284 ID Lnet/minecraft/class_1_436;
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ CLASS net/minecraft/class_957 net/minecraft/client/render/entity/TntMinecartEnti
METHOD method_23190 renderFlashingBlock (Lnet/minecraft/class_1_395;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IZI)V
COMMENT Renders a given block state into the given buffers either normally or with a bright white overlay.
COMMENT Used for rendering primed TNT either standalone or as part of a TNT minecart.
ARG 0 state
ARG 1 matrices
ARG 2 queue
ARG 3 lightCoords
ARG 4 overlay
ARG 5 outlineColor
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_181 net/minecraft/loot/context/LootContextParameters
FIELD field_1_1073 ADDITIONAL_COST_COMPONENT_ALLOWED Lnet/minecraft/class_169;
FIELD field_1224 BLOCK_STATE Lnet/minecraft/class_169;
FIELD field_1225 EXPLOSION_RADIUS Lnet/minecraft/class_169;
FIELD field_1226 THIS_ENTITY Lnet/minecraft/class_169;
Expand Down
Loading