Class RegionWall
java.lang.Object
ml.karmaconfigs.api.bukkit.region.wall.util.Wall
ml.karmaconfigs.api.bukkit.region.wall.RegionWall
Karma region walls utilities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.bukkit.entity.Entity>getNear(double range)Get nearby entities in the wallSet<org.bukkit.entity.Entity>getNear(double range, org.bukkit.entity.EntityType... filter)Get nearby entities in the wallGet the region that owns the wallsgetType()Get the wall typeSet<org.bukkit.block.Block>getWall()Get the wall blocks
-
Constructor Details
-
RegionWall
Initialize the region wall- Parameters:
t- the wall typer- the region
-
-
Method Details
-
getType
Get the wall type -
getRegion
Get the region that owns the walls -
getWall
Get the wall blocks -
getNear
Get nearby entities in the wall -
getNear
Get nearby entities in the wall
-