@@ -45,6 +45,16 @@ public class CraftEndGateway extends CraftBlockEntityState<TileEntityEndGateway>
|
||||
this.getSnapshot().exactTeleport = exact;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getAge() {
|
||||
return this.getSnapshot().e;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAge(long age) {
|
||||
this.getSnapshot().e = age;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void applyTo(TileEntityEndGateway endGateway) {
|
||||
super.applyTo(endGateway);
|
||||
|
||||
Reference in New Issue
Block a user