Uses of Class
ua.mcchickenstudio.opencreative.planets.DevPlatform
Packages that use DevPlatform
Package
Description
-
Uses of DevPlatform in ua.mcchickenstudio.opencreative.planets
Methods in ua.mcchickenstudio.opencreative.planets that return DevPlatformModifier and TypeMethodDescription@Nullable DevPlatformDevPlanet.getPlatformInLocation(@NotNull org.bukkit.Location location) Returns coding platform by location.Methods in ua.mcchickenstudio.opencreative.planets that return types with arguments of type DevPlatformModifier and TypeMethodDescription@NotNull List<DevPlatform> DevPlanet.getPlatforms()Returns list of existing coding platforms, that can be used to place coding blocks.Methods in ua.mcchickenstudio.opencreative.planets with parameters of type DevPlatformModifier and TypeMethodDescriptionbooleanDevPlanet.claimPlatform(DevPlatform platform, org.bukkit.entity.Player player) Claims new platform and teleports player to it. -
Uses of DevPlatform in ua.mcchickenstudio.opencreative.utils
Methods in ua.mcchickenstudio.opencreative.utils with parameters of type DevPlatformModifier and TypeMethodDescriptionstatic intBlockUtils.getClosingBracketX(DevPlatform platform, org.bukkit.block.Block conditionBlock) -
Uses of DevPlatform in ua.mcchickenstudio.opencreative.utils.world.platforms
Methods in ua.mcchickenstudio.opencreative.utils.world.platforms that return DevPlatformModifier and TypeMethodDescriptionabstract @NotNull DevPlatformDevPlatformer.getFarPlatformByX(@NotNull DevPlanet devPlanet) Returns the most far platform by X coordinate.@NotNull DevPlatformHorizontalPlatformer.getFarPlatformByX(@NotNull DevPlanet devPlanet) @NotNull DevPlatformLegacyPlatformer.getFarPlatformByX(@NotNull DevPlanet devPlanet) @NotNull DevPlatformVerticalPlatformer.getFarPlatformByX(@NotNull DevPlanet devPlanet) abstract @NotNull DevPlatformDevPlatformer.getFarPlatformByZ(@NotNull DevPlanet devPlanet) Returns the most far platform by Z coordinate.@NotNull DevPlatformHorizontalPlatformer.getFarPlatformByZ(@NotNull DevPlanet devPlanet) @NotNull DevPlatformLegacyPlatformer.getFarPlatformByZ(@NotNull DevPlanet devPlanet) @NotNull DevPlatformVerticalPlatformer.getFarPlatformByZ(@NotNull DevPlanet devPlanet) abstract @NotNull DevPlatformDevPlatformer.getNextAvailablePlatform(@NotNull DevPlanet planet) Returns next platform, that will be created by player.@NotNull DevPlatformHorizontalPlatformer.getNextAvailablePlatform(@NotNull DevPlanet planet) @NotNull DevPlatformLegacyPlatformer.getNextAvailablePlatform(@NotNull DevPlanet planet) @NotNull DevPlatformVerticalPlatformer.getNextAvailablePlatform(@NotNull DevPlanet planet) abstract @Nullable DevPlatformDevPlatformer.getPlatformInLocation(@NotNull DevPlanet devPlanet, @NotNull org.bukkit.Location location) Returns coding platform by location.@Nullable DevPlatformHorizontalPlatformer.getPlatformInLocation(@NotNull DevPlanet devPlanet, @NotNull org.bukkit.Location location) @Nullable DevPlatformLegacyPlatformer.getPlatformInLocation(@NotNull DevPlanet devPlanet, @NotNull org.bukkit.Location location) @Nullable DevPlatformVerticalPlatformer.getPlatformInLocation(@NotNull DevPlanet devPlanet, @NotNull org.bukkit.Location location) Methods in ua.mcchickenstudio.opencreative.utils.world.platforms that return types with arguments of type DevPlatformModifier and TypeMethodDescriptionabstract @NotNull List<@NotNull DevPlatform> DevPlatformer.getPlatforms(@NotNull DevPlanet devPlanet) Returns list of existing coding platforms, that can be used to place coding blocks.@NotNull List<@NotNull DevPlatform> HorizontalPlatformer.getPlatforms(@NotNull DevPlanet devPlanet) @NotNull List<@NotNull DevPlatform> LegacyPlatformer.getPlatforms(@NotNull DevPlanet devPlanet) @NotNull List<@NotNull DevPlatform> VerticalPlatformer.getPlatforms(@NotNull DevPlanet devPlanet) Methods in ua.mcchickenstudio.opencreative.utils.world.platforms with parameters of type DevPlatformModifier and TypeMethodDescriptionabstract @NotNull CompletableFuture<Void> DevPlatformer.buildPlatform(@NotNull DevPlatform platform, org.bukkit.Material floorMaterial, org.bukkit.Material eventMaterial, org.bukkit.Material actionMaterial) Builds coding platform by its coordinates.@NotNull CompletableFuture<Void> HorizontalPlatformer.buildPlatform(@NotNull DevPlatform platform, org.bukkit.Material floorMaterial, org.bukkit.Material eventMaterial, org.bukkit.Material actionMaterial) @NotNull CompletableFuture<Void> LegacyPlatformer.buildPlatform(@NotNull DevPlatform platform, org.bukkit.Material floorMaterial, org.bukkit.Material eventMaterial, org.bukkit.Material actionMaterial) @NotNull CompletableFuture<Void> VerticalPlatformer.buildPlatform(@NotNull DevPlatform platform, org.bukkit.Material floorMaterial, org.bukkit.Material eventMaterial, org.bukkit.Material actionMaterial) abstract booleanDevPlatformer.claimPlatform(@NotNull DevPlanet devPlanet, @NotNull DevPlatform platform) Claims coding platform, if it doesn't exist yet.booleanHorizontalPlatformer.claimPlatform(@NotNull DevPlanet devPlanet, @NotNull DevPlatform platform) booleanLegacyPlatformer.claimPlatform(@NotNull DevPlanet devPlanet, @NotNull DevPlatform platform) booleanVerticalPlatformer.claimPlatform(@NotNull DevPlanet devPlanet, @NotNull DevPlatform platform) abstract @NotNull org.bukkit.LocationDevPlatformer.getPlatformBeginLocation(@NotNull DevPlatform platform) Returns location of top left corner of platform.@NotNull org.bukkit.LocationHorizontalPlatformer.getPlatformBeginLocation(@NotNull DevPlatform platform) @NotNull org.bukkit.LocationLegacyPlatformer.getPlatformBeginLocation(@NotNull DevPlatform platform) @NotNull org.bukkit.LocationVerticalPlatformer.getPlatformBeginLocation(@NotNull DevPlatform platform) abstract @NotNull org.bukkit.LocationDevPlatformer.getPlatformEndLocation(@NotNull DevPlatform platform) Returns location of bottom right corner of platform.@NotNull org.bukkit.LocationHorizontalPlatformer.getPlatformEndLocation(@NotNull DevPlatform platform) @NotNull org.bukkit.LocationLegacyPlatformer.getPlatformEndLocation(@NotNull DevPlatform platform) @NotNull org.bukkit.LocationVerticalPlatformer.getPlatformEndLocation(@NotNull DevPlatform platform)