Uses of Class
dev.wyck.level.dimension.Dimension.Builder
Packages that use Dimension.Builder
-
Uses of Dimension.Builder in dev.wyck.level.dimension
Methods in dev.wyck.level.dimension that return Dimension.BuilderModifier and TypeMethodDescriptionDimension.Builder.ambientLight(float ambientLight) Sets the ambient light of this dimension type.Dimension.Builder.attribute(EnvironmentAttributeSupplier<V> supplier, V value) Adds an attribute to this dimension type.Dimension.Builder.attribute(FriendlyColorSupplier supplier, String hex) Adds a color attribute to this dimension type.Dimension.Builder.attributes(EnvironmentAttributeMap attributes) Sets the attributes of this dimension type.static Dimension.BuilderDimension.builder()Creates a newDimension.Builderwith the given resource key.static Dimension.BuilderDimension.builder(ResourceKey resourceKey) Creates a newDimension.Builderwith the given resource key.Dimension.Builder.cardinalLightType(CardinalLightType cardinalLightType) Sets the cardinal light type of this dimension type.Dimension.Builder.coordinateScale(double coordinateScale) Sets the coordinate scale of this dimension type.Dimension.Builder.defaultClock(@Nullable WorldClock defaultClock) Sets the default clock of this dimension type.Dimension.Builder.hasCeiling(boolean hasCeiling) Sets whether this dimension type has a ceiling (e.g., the nether).Dimension.Builder.hasEnderDragonFight(boolean hasEnderDragonFight) Sets whether this dimension type has an ender dragon fight.Dimension.Builder.hasFixedTime(boolean hasFixedTime) Sets whether this dimension type has a fixed time.Dimension.Builder.hasSkyLight(boolean hasSkyLight) If there should be light that comes from the sky.Dimension.Builder.height(int height) Sets the height of this dimension type.Dimension.Builder.infiniburn(Infiniburn infiniburn) Sets the infiniburn of this dimension type.Dimension.Builder.logicalHeight(int logicalHeight) Sets the logical height of this dimension type.Dimension.Builder.minY(int minY) Sets the minimum Y of this dimension type.Dimension.Builder.monsterSettings(MonsterSettings monsterSettings) Sets the monster settings of this dimension type.Dimension.Builder.resourceKey(ResourceKey resourceKey) Sets the resource key of this dimension type.Sets the skybox of this dimension type.Adds a timeline to this dimension type.Sets the tagKey of timelines of this dimension type.Sets the timelines of this dimension type.default Dimension.BuilderDimension.toBuilder()Creates a newDimension.Builderwith the same properties as this dimension type.