Uses of Class
dev.oumaimaa.kawaiiapi.region.Region
Packages that use Region
-
Uses of Region in dev.oumaimaa.kawaiiapi.region
Methods in dev.oumaimaa.kawaiiapi.region that return RegionModifier and TypeMethodDescription@NotNull RegionRegion.clone()Creates a copy of this region.@NotNull RegionRegion.contract(int amount) Contracts the region in all directions by the specified amount.@NotNull RegionRegion.expand(int amount) Expands the region in all directions by the specified amount.Methods in dev.oumaimaa.kawaiiapi.region with parameters of type RegionModifier and TypeMethodDescriptionbooleanChecks if this region completely contains another region.static voidRegionSelector.drawSelector(@NotNull Region region, @NotNull String id) Draws a selector with default white glow color.static voidRegionSelector.drawSelector(@NotNull Region region, @NotNull String id, @Nullable net.kyori.adventure.text.format.NamedTextColor glowColor) Draws a visual selector for the specified region using glowing slime entities.booleanChecks if this region overlaps with another region.