Update CraftBukkit to 1.6.2
This commit is contained in:
22
src/main/java/net/minecraft/server/GroupDataZombie.java
Normal file
22
src/main/java/net/minecraft/server/GroupDataZombie.java
Normal file
@@ -0,0 +1,22 @@
|
||||
package net.minecraft.server;
|
||||
|
||||
// CraftBukkit - package-private import
|
||||
class GroupDataZombie implements GroupDataEntity {
|
||||
|
||||
public boolean a;
|
||||
public boolean b;
|
||||
|
||||
final EntityZombie c;
|
||||
|
||||
private GroupDataZombie(EntityZombie entityzombie, boolean flag, boolean flag1) {
|
||||
this.c = entityzombie;
|
||||
this.a = false;
|
||||
this.b = false;
|
||||
this.a = flag;
|
||||
this.b = flag1;
|
||||
}
|
||||
|
||||
GroupDataZombie(EntityZombie entityzombie, boolean flag, boolean flag1, EmptyClass4 emptyclass4) {
|
||||
this(entityzombie, flag, flag1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user