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 @@ -83,7 +83,7 @@ CLASS net/minecraft/class_1_291 net/minecraft/client/render/AllocationManager
METHOD method_1_2165 getBlockSize ()J
METHOD method_1_2166 isFreed ()Z
CLASS class_1_293 Block
FIELD field_1_1753 USED I
FIELD field_1_1753 FREE I
FIELD field_1_1754 parentAllocationInfo Lnet/minecraft/class_1_291$class_1_294;
FIELD field_1_1755 next Lnet/minecraft/class_1_291$class_1_293;
FIELD field_1_1756 right Lnet/minecraft/class_1_291$class_1_293;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CLASS net/minecraft/class_1_1037 net/minecraft/datafixer/fix/ResetSpectatorsGenerateChunksRuleInHardcoreFix
METHOD method_1_6420 (Lnet/minecraft/class_1_233;)Lnet/minecraft/class_1_228$class_1_230;
ARG 0 tracker
METHOD method_1_6421 (Lnet/minecraft/class_1_203;Lnet/minecraft/class_1_203;Lnet/minecraft/class_1_27;)V
ARG 2 worldUpdateProgress
METHOD method_1_6422 (Lnet/minecraft/class_1_207;Lcom/mojang/serialization/Dynamic;)V
ARG 1 fixedNbt
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
ARG 3 world
ARG 4 additionalCollisions
METHOD method_1_6352 isImmuneToPiercing ()Z
METHOD method_1_6424 obstructsTargetingFromInside ()Z
METHOD method_5622 onBlockCollision (Lnet/minecraft/class_2680;)V
COMMENT Called when this entity's collision box intersects {@code state}.
COMMENT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CLASS net/minecraft/class_1675 net/minecraft/entity/projectile/ProjectileUtil
CLASS net/minecraft/class_1675 net/minecraft/util/hit/Raycasts
FIELD field_46654 DEFAULT_MARGIN F
METHOD method_7484 setRotationFromVelocity (Lnet/minecraft/class_1297;F)V
ARG 0 entity
Expand Down Expand Up @@ -83,3 +83,5 @@ CLASS net/minecraft/class_1675 net/minecraft/entity/projectile/ProjectileUtil
ARG 4 box
ARG 5 hitPredicate
ARG 6 hitboxMargin
ARG 7 shapeType
ARG 8 skipRaycast
Loading