Uses of Class
ml.karmaconfigs.api.bukkit.region.Cuboid
Packages that use Cuboid
Package
Description
-
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region
Subclasses of Cuboid in ml.karmaconfigs.api.bukkit.regionMethods in ml.karmaconfigs.api.bukkit.region that return types with arguments of type Cuboid -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.corner
Methods in ml.karmaconfigs.api.bukkit.region.corner that return CuboidModifier and TypeMethodDescriptionBottomCorner.getRegion()Get the region that owns the cornersTopCorner.getRegion()Get the region that owns the cornersConstructors in ml.karmaconfigs.api.bukkit.region.corner with parameters of type CuboidModifierConstructorDescriptionBottomCorner(Cuboid r)Initialize the bottom cornerInitialize the rop corner -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.corner.util
Methods in ml.karmaconfigs.api.bukkit.region.corner.util that return Cuboid -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.event.entity
Methods in ml.karmaconfigs.api.bukkit.region.event.entity that return CuboidModifier and TypeMethodDescriptionEntityDieAtRegionEvent.getRegion()Get the region the entity died inEntityInteractWithRegionEvent.getRegion()Get the region the entity is entering toEntityJoinRegionEvent.getRegion()Get the region the entity is entering toEntityLeaveRegionEvent.getRegion()Get the region the entity is leaving fromEntitySpawnAtRegionEvent.getRegion()Get the region the entity is entering toConstructors in ml.karmaconfigs.api.bukkit.region.event.entity with parameters of type CuboidModifierConstructorDescriptionEntityDieAtRegionEvent(org.bukkit.entity.Entity ent, Forensics f, Cuboid rg)Initialize the entity die region eventEntityInteractWithRegionEvent(org.bukkit.entity.Entity ent, org.bukkit.block.Block target, Cuboid rg)Initialize the entity interact at region eventEntityJoinRegionEvent(org.bukkit.entity.Entity ent, Cuboid rg)Initialize the entity join region eventEntityLeaveRegionEvent(org.bukkit.entity.Entity ent, Cuboid rg)Initialize the entity leave region eventEntitySpawnAtRegionEvent(org.bukkit.entity.Entity ent, Cuboid rg)Initialize the entity spawn at region event -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.event.player
Methods in ml.karmaconfigs.api.bukkit.region.event.player that return CuboidModifier and TypeMethodDescriptionPlayerActionWithRegionEvent.getRegion()Get the region the entity is entering toPlayerInteractAtRegionEvent.getRegion()Get the region the entity is entering toConstructors in ml.karmaconfigs.api.bukkit.region.event.player with parameters of type CuboidModifierConstructorDescriptionPlayerActionWithRegionEvent(org.bukkit.entity.Player ent, org.bukkit.block.Block target, InteractAction trigger, Cuboid rg)Initialize the entity interact at region eventPlayerInteractAtRegionEvent(org.bukkit.entity.Entity ent, org.bukkit.entity.Player issuer, Cuboid rg)Initialize the entity interact at region event -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.wall
Methods in ml.karmaconfigs.api.bukkit.region.wall that return CuboidConstructors in ml.karmaconfigs.api.bukkit.region.wall with parameters of type Cuboid -
Uses of Cuboid in ml.karmaconfigs.api.bukkit.region.wall.util
Methods in ml.karmaconfigs.api.bukkit.region.wall.util that return Cuboid