Class AbstractRegion

java.lang.Object
de.z0rdak.yawp.core.region.AbstractRegion
All Implemented Interfaces:
INbtSerializable<net.minecraft.nbt.CompoundTag>, IProtectedRegion
Direct Known Subclasses:
AbstractMarkableRegion, DimensionalRegion, GlobalRegion

public abstract class AbstractRegion extends Object implements IProtectedRegion
An abstract region represents the basic implementation of a IProtectedRegion. This abstraction can be used for markable regions as well as regions without an area (dimensions).