fix and cleanup loot table patches (#10100)
* fix and cleanup loot table patches * fixes
This commit is contained in:
parent
fff2347845
commit
dd6b67a80a
11 changed files with 554 additions and 444 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue