Uses of Class
com.github.imdabigboss.easydatapack.api.dimentions.CustomDimension
Packages that use CustomDimension
Package
Description
-
Uses of CustomDimension in com.github.imdabigboss.easydatapack.api
Methods in com.github.imdabigboss.easydatapack.api with parameters of type CustomDimensionModifier and TypeMethodDescriptionabstract voidCustomAdder.register(CustomDimension dimension)Registers a custom dimension. -
Uses of CustomDimension in com.github.imdabigboss.easydatapack.api.managers
Methods in com.github.imdabigboss.easydatapack.api.managers that return CustomDimensionModifier and TypeMethodDescription@Nullable CustomDimensionDimensionManager.getDimension(@NonNull String name)Gets a custom dimension from a name.Methods in com.github.imdabigboss.easydatapack.api.managers that return types with arguments of type CustomDimensionModifier and TypeMethodDescription@NonNull List<CustomDimension>DimensionManager.getCustomDimensions()Gets a list of all registered custom dimensions. -
Uses of CustomDimension in com.github.imdabigboss.easydatapack.backend
Methods in com.github.imdabigboss.easydatapack.backend with parameters of type CustomDimension -
Uses of CustomDimension in com.github.imdabigboss.easydatapack.backend.managers
Methods in com.github.imdabigboss.easydatapack.backend.managers that return CustomDimensionModifier and TypeMethodDescriptionDimensionManagerImpl.getDimension(@NonNull String name)DimensionManagerImpl.getDimensionFromPortalMaterial(org.bukkit.Material material)Methods in com.github.imdabigboss.easydatapack.backend.managers that return types with arguments of type CustomDimensionModifier and TypeMethodDescription@NonNull List<CustomDimension>DimensionManagerImpl.getCustomDimensions()Methods in com.github.imdabigboss.easydatapack.backend.managers with parameters of type CustomDimensionModifier and TypeMethodDescriptionvoidDimensionManagerImpl.registerCustomDimension(CustomDimension dimension)