Package de.z0rdak.yawp.core.area
Class CenteredArea
java.lang.Object
de.z0rdak.yawp.core.area.AbstractArea
de.z0rdak.yawp.core.area.CenteredArea
- All Implemented Interfaces:
IMarkableArea,INbtSerializable<net.minecraft.nbt.CompoundTag>
- Direct Known Subclasses:
SphereArea,VerticalCylinderArea
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCenteredArea(AreaType areaType) CenteredArea(net.minecraft.core.BlockPos center, AreaType areaType) CenteredArea(net.minecraft.nbt.CompoundTag nbt) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(net.minecraft.core.BlockPos pos) voiddeserializeNBT(net.minecraft.nbt.CompoundTag nbt) net.minecraft.core.Vec3inet.minecraft.core.BlockPosSet<net.minecraft.core.BlockPos>net.minecraft.nbt.CompoundTagMethods inherited from class de.z0rdak.yawp.core.area.AbstractArea
getAreaType, getDisplay, updateDisplayMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.z0rdak.yawp.core.area.IMarkableArea
containsOther, getFrame, getHull, getMinimalOutline, intersects
-
Field Details
-
center
protected net.minecraft.core.BlockPos center
-
-
Constructor Details
-
CenteredArea
-
CenteredArea
public CenteredArea(net.minecraft.nbt.CompoundTag nbt) -
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) -
serializeNBT
public net.minecraft.nbt.CompoundTag serializeNBT()- Specified by:
serializeNBTin interfaceINbtSerializable<net.minecraft.nbt.CompoundTag>- Overrides:
serializeNBTin classAbstractArea
-
deserializeNBT
public void deserializeNBT(net.minecraft.nbt.CompoundTag nbt) - Specified by:
deserializeNBTin interfaceINbtSerializable<net.minecraft.nbt.CompoundTag>- Overrides:
deserializeNBTin classAbstractArea
-
markedBlocks
-