Class BarrierHitbox
-
- All Implemented Interfaces:
-
org.bukkit.configuration.serialization.ConfigurationSerializable
public final class BarrierHitbox extends BlockLocation
-
-
Constructor Summary
Constructors Constructor Description BarrierHitbox(Integer x, Integer y, Integer z)
BarrierHitbox(String hitboxString)
BarrierHitbox(Location location)
BarrierHitbox(Location location, Boolean waterloggable)
-
Method Summary
Modifier and Type Method Description final Waterlogged
getBarrierData()
final BlockData
barrierData(Boolean waterloggable)
final BarrierHitbox
from(Object hitboxObject)
-
Methods inherited from class com.nexomc.nexo.mechanics.furniture.BlockLocation
add, add, add, distanceTo, equals, getX, getY, getZ, groundRotate, hashCode, serialize, setX, setY, setZ, subtract, subtract, subtract, toLocation, toString, toVector, toVector3f
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getBarrierData
final Waterlogged getBarrierData()
-
barrierData
final BlockData barrierData(Boolean waterloggable)
-
from
final BarrierHitbox from(Object hitboxObject)
-
-
-
-