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,14 +11,14 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
@@ -0,0 +0,0 @@ public interface Mob extends LivingEntity, Lootable {
|
||||
*/
|
||||
public void setLeftHanded(boolean leftHanded);
|
||||
// Paper end
|
||||
// Paper end - left-handed API
|
||||
+
|
||||
+ // Paper start
|
||||
+ // Paper start - mob xp reward API
|
||||
+ /**
|
||||
+ * Gets the amount of experience the mob will possibly drop. This value is randomized and it can give different results
|
||||
+ *
|
||||
+ * @return the amount of experience the mob will possibly drop
|
||||
+ */
|
||||
+ public int getPossibleExperienceReward();
|
||||
+ // Paper end
|
||||
+ // Paper end - mob xp reward API
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue