fix and cleanup loot table patches (#10100)

* fix and cleanup loot table patches

* fixes
This commit is contained in:
Jake Potrebic
2024-05-26 12:51:15 -07:00
parent fff2347845
commit dd6b67a80a
11 changed files with 554 additions and 444 deletions

View File

@@ -11,9 +11,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
@@ -0,0 +0,0 @@ public interface Mob extends LivingEntity, Lootable {
*/
void setAggressive(boolean aggressive);
// Paper end
// Paper end - Missing Entity API
+
+ // Paper start
+ // Paper start - left-handed API
+ /**
+ * Check if Mob is left-handed
+ *
@@ -27,5 +27,5 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @param leftHanded True if left-handed
+ */
+ public void setLeftHanded(boolean leftHanded);
+ // Paper end
+ // Paper end - left-handed API
}