Moving ATs from the at file to individual patches (#8573)

This commit is contained in:
Jake Potrebic 2022-11-19 15:53:20 -08:00 committed by GitHub
parent 76503f8887
commit b95d4b28b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
72 changed files with 368 additions and 448 deletions

View file

@ -7,6 +7,9 @@ Add the following:
- Add proper methods for getting and setting items in both hands. Deprecates old methods
- Enable/Disable slot interactions
== AT ==
public net.minecraft.world.entity.decoration.ArmorStand isDisabled(Lnet/minecraft/world/entity/EquipmentSlot;)Z
diff --git a/src/main/java/org/bukkit/craftbukkit/entity/CraftArmorStand.java b/src/main/java/org/bukkit/craftbukkit/entity/CraftArmorStand.java
index 82b9ee993b0d2e7e0685231f7bad2b85756ec959..f4065938bbfd04519d1363ee8781c316aca468ab 100644
--- a/src/main/java/org/bukkit/craftbukkit/entity/CraftArmorStand.java