Uses of Enum Class
dev.wyck.wrapper.level.dimension.Skybox
Packages that use Skybox
-
Uses of Skybox in dev.wyck.model.level.dimension
Methods in dev.wyck.model.level.dimension that return SkyboxModifier and TypeMethodDescriptionDimension.skybox()The skybox of this dimension type.DimensionImpl.skybox()Methods in dev.wyck.model.level.dimension with parameters of type SkyboxConstructors in dev.wyck.model.level.dimension with parameters of type SkyboxModifierConstructorDescriptionDimensionImpl(ResourceKey resourceKey, boolean hasFixedTime, boolean hasSkyLight, boolean hasCeiling, boolean hasEnderDragonFight, double coordinateScale, int minY, int height, int logicalHeight, Infiniburn infiniburn, float ambientLight, MonsterSettings monsterSettings, Skybox skybox, CardinalLightType cardinalLightType, EnvironmentAttributeMap attributes, TimelineSet timelines, @Nullable WorldClock defaultClock) -
Uses of Skybox in dev.wyck.wrapper.level.dimension
Subclasses with type arguments of type Skybox in dev.wyck.wrapper.level.dimensionClasses in dev.wyck.wrapper.level.dimension that implement interfaces with type arguments of type SkyboxFields in dev.wyck.wrapper.level.dimension with type parameters of type SkyboxMethods in dev.wyck.wrapper.level.dimension that return SkyboxModifier and TypeMethodDescriptionstatic SkyboxReturns the enum constant of this class with the specified name.static Skybox[]Skybox.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.wrapper.level.dimension that return types with arguments of type Skybox