Commit Graph
16 Commits
Author SHA1 Message Date
SoSeDiK 4491c7e2ac Add missing fishing event state 2024-05-01 07:44:50 +03:00
SoSeDiK fd8df6aeed More Chest Block API 2024-05-01 08:22:13 +03:00
SoSeDiK 5e1dc7cf47 Expose #hasColor to leather armor 2024-05-01 10:58:50 +03:00
SoSeDiK 925c5a6760 Add GameMode#isInvulnerable 2024-05-01 06:56:21 +03:00
SoSeDiK c40bddd17f Expand Pose API 2023-01-11 20:59:02 +02:00
SoSeDiK 79cb2d4685 Add LivingEntity#swingHand(EquipmentSlot) convenience method 2022-10-11 22:35:56 +03:00
SoSeDiK d533ea2226 Add EquipmentSlot convenience methods 2022-10-16 15:28:49 +03:00
SoSeDiK ad084f6684 Elder Guardian appearance API 2022-10-11 20:38:47 +03:00
SoSeDiK 64cbea9119 Add missing fishing event state 2024-05-01 07:44:50 +03:00
SoSeDiK b50682ab2b More Chest Block API
== AT ==
public net.minecraft.world.level.block.ChestBlock isBlockedChestByBlock(Lnet/minecraft/world/level/BlockGetter;Lnet/minecraft/core/BlockPos;)Z
2024-05-01 08:22:13 +03:00
SoSeDiK d5b93a0167 Expose #hasColor to leather armor 2024-05-01 10:58:50 +03:00
SoSeDiK 4c8c367eee Deep clone nbt tags in PDC 2022-05-26 03:30:05 +03:00
SoSeDiK 1cb5b6e838 Expand Pose API 2023-01-11 20:59:01 +02:00
SoSeDiK 735cda1084 Expose pre-collision moving velocity to VehicleBlockCollisionEvent 2022-10-11 23:30:32 +03:00
SoSeDiK 7224eecfb1 Elder Guardian appearance API 2022-10-11 20:38:47 +03:00
58f0db0820 Fix new block data for EntityChangeBlockEvent
Also standardizes how to handle EntityChangeBlockEvent before a removeBlock or destroyBlock
call. Always use 'state.getFluidState().createLegacyBlock()' to get the new state instead of
just using the 'air' state.

Also fixes the new block data for EntityBreakDoorEvent (a sub-event from
EntityChangeBlockEvent)

Co-authored-by: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com>
Co-authored-by: Jake Potrebic <jake.m.potrebic@gmail.com>
2022-03-21 20:00:53 +02:00