File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ writtenbooks {
3636}
3737
3838compass {
39- version = ' 1.21.9 '
39+ version = ' 1.21.10 '
4040}
4141
4242repositories {
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ CLASS net/minecraft/world/entity/decoration/ItemFrame
1010 ARG 3 facingDirection
1111 METHOD canHurtWhenFixed (Lnet/minecraft/world/damagesource/DamageSource;)Z
1212 ARG 0 damageSource
13+ METHOD createBoundingBox (Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;Z)Lnet/minecraft/world/phys/AABB;
14+ ARG 1 pos
15+ ARG 2 direction
16+ ARG 3 isMap
1317 METHOD dropItem (Lnet/minecraft/server/level/ServerLevel;Lnet/minecraft/world/entity/Entity;Z)V
1418 ARG 1 level
1519 ARG 2 entity
Original file line number Diff line number Diff line change @@ -31,6 +31,13 @@ CLASS net/minecraft/world/level/block/state/BlockBehaviour
3131 ARG 3 pos
3232 ARG 4 entity
3333 ARG 5 effectApplier
34+ METHOD entityInside (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/InsideBlockEffectApplier;Z)V
35+ ARG 1 state
36+ ARG 2 level
37+ ARG 3 pos
38+ ARG 4 entity
39+ ARG 5 applier
40+ ARG 6 intersects
3441 METHOD getAnalogOutputSignal (Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;)I
3542 ARG 1 state
3643 ARG 2 level
@@ -383,6 +390,12 @@ CLASS net/minecraft/world/level/block/state/BlockBehaviour
383390 ARG 2 pos
384391 ARG 3 entity
385392 ARG 4 effectApplier
393+ METHOD entityInside (Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/world/entity/Entity;Lnet/minecraft/world/entity/InsideBlockEffectApplier;Z)V
394+ ARG 1 level
395+ ARG 2 pos
396+ ARG 3 entity
397+ ARG 4 applier
398+ ARG 5 intersects
386399 METHOD getAnalogOutputSignal (Lnet/minecraft/world/level/Level;Lnet/minecraft/core/BlockPos;Lnet/minecraft/core/Direction;)I
387400 ARG 1 level
388401 ARG 2 pos
You can’t perform that action at this time.
0 commit comments