Uses of Enum Class
dev.wyck.wrapper.level.dimension.CardinalLightType
Packages that use CardinalLightType
-
Uses of CardinalLightType in dev.wyck.model.level.dimension
Methods in dev.wyck.model.level.dimension that return CardinalLightTypeModifier and TypeMethodDescriptionDimension.cardinalLightType()The cardinal light type of this dimension type.DimensionImpl.cardinalLightType()Methods in dev.wyck.model.level.dimension with parameters of type CardinalLightTypeModifier and TypeMethodDescriptionDimension.Builder.cardinalLightType(CardinalLightType cardinalLightType) Constructors in dev.wyck.model.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, TimelineSet timelines, @Nullable WorldClock defaultClock) -
Uses of CardinalLightType in dev.wyck.wrapper.level.dimension
Subclasses with type arguments of type CardinalLightType in dev.wyck.wrapper.level.dimensionModifier and TypeClassDescriptionenumCardinal light type, as it appears in Minecraft.Classes in dev.wyck.wrapper.level.dimension that implement interfaces with type arguments of type CardinalLightTypeModifier and TypeClassDescriptionenumCardinal light type, as it appears in Minecraft.Fields in dev.wyck.wrapper.level.dimension with type parameters of type CardinalLightTypeModifier and TypeFieldDescriptionstatic final KeyedEnumTranslator<CardinalLightType> CardinalLightType.TRANSLATORMethods in dev.wyck.wrapper.level.dimension that return CardinalLightTypeModifier and TypeMethodDescriptionstatic 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.wrapper.level.dimension that return types with arguments of type CardinalLightType