Uses of Enum Class
dev.wyck.level.dimension.CardinalLightType
Packages that use CardinalLightType
-
Uses of CardinalLightType in dev.wyck.level.dimension
Subclasses with type arguments of type CardinalLightType in dev.wyck.level.dimensionClasses in dev.wyck.level.dimension that implement interfaces with type arguments of type CardinalLightTypeFields in dev.wyck.level.dimension with type parameters of type CardinalLightTypeModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<CardinalLightType> CardinalLightType.TRANSLATORMethods in dev.wyck.level.dimension that return CardinalLightTypeModifier and TypeMethodDescriptionDimension.cardinalLightType()The cardinal light type of this dimension type.DimensionImpl.cardinalLightType()static CardinalLightTypeReturns the enum constant of this class with the specified name.static CardinalLightType[]CardinalLightType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.wyck.level.dimension that return types with arguments of type CardinalLightTypeMethods in dev.wyck.level.dimension with parameters of type CardinalLightTypeModifier and TypeMethodDescriptionDimension.Builder.cardinalLightType(CardinalLightType cardinalLightType) Sets the cardinal light type of this dimension type.Constructors in dev.wyck.level.dimension with parameters of type CardinalLightTypeModifierConstructorDescriptionDimensionImpl(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, TagSet<Timeline> timelines, @Nullable WorldClock defaultClock)