Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-11-17 05:20:05 +01:00
Changed hatchingType to MobType from CreatureType as refactoring (and so plugin breaking) will take place in a week.
Dieser Commit ist enthalten in:
Ursprung
da6ce2d80e
Commit
e544fb71c3
@ -190,7 +190,7 @@ public class EntityEgg extends Entity {
|
|||||||
if (!hatching) {
|
if (!hatching) {
|
||||||
numHatching = 0;
|
numHatching = 0;
|
||||||
}
|
}
|
||||||
CreatureType hatchingType = CreatureType.CHICKEN;
|
MobType hatchingType = MobType.CHICKEN;
|
||||||
|
|
||||||
if (this.ak instanceof EntityPlayer) {
|
if (this.ak instanceof EntityPlayer) {
|
||||||
CraftServer server = ((WorldServer) this.world).getServer();
|
CraftServer server = ((WorldServer) this.world).getServer();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren