Class CenteredArea
java.lang.Object
de.z0rdak.yawp.core.area.MarkedArea
de.z0rdak.yawp.core.area.CenteredArea
- All Implemented Interfaces:
IMarkableArea
- Direct Known Subclasses:
SphereArea, VerticalCylinderArea
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCenteredArea(AreaType areaType) CenteredArea(net.minecraft.core.BlockPos center, AreaType areaType) -
Method Summary
Methods inherited from class MarkedArea
getAreaType, getDisplay, updateDisplayMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IMarkableArea
containsOther, getFrame, getHull, getMinimalOutline, getType, intersects
-
Field Details
-
center
protected net.minecraft.core.BlockPos center
-
-
Constructor Details
-
CenteredArea
-
CenteredArea
-
-
Method Details
-
getCenter
public net.minecraft.core.Vec3i getCenter() -
getCenterPos
public net.minecraft.core.BlockPos getCenterPos() -
contains
public boolean contains(net.minecraft.core.BlockPos pos) -
markedBlocks
-