Uses of Record Class
dev.wyck.wrapper.environment.attribute.EnvironmentAttributeMap
Packages that use EnvironmentAttributeMap
Package
Description
-
Uses of EnvironmentAttributeMap in dev.wyck.model.biome
Methods in dev.wyck.model.biome that return EnvironmentAttributeMapModifier and TypeMethodDescriptionBiome.attributes()A map of the environment attributes associated with this biome.Methods in dev.wyck.model.biome with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionvoidBiome.attributes(EnvironmentAttributeMap attributes) Sets the environment attributes for this biome.Biome.Builder.attributes(EnvironmentAttributeMap attributeMap) Sets the environment attributes of the biome.CustomBiome.Builder.attributes(EnvironmentAttributeMap attributeMap) Sets the environment attributes of the custom biome. -
Uses of EnvironmentAttributeMap in dev.wyck.model.biome.impl
Methods in dev.wyck.model.biome.impl that return EnvironmentAttributeMapMethods in dev.wyck.model.biome.impl with parameters of type EnvironmentAttributeMapConstructors in dev.wyck.model.biome.impl with parameters of type EnvironmentAttributeMapModifierConstructorDescriptionBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings) CustomBiomeImpl(ResourceKey resourceKey, ClimateSettings climateSettings, BiomeSpecialEffects specialEffects, EnvironmentAttributeMap attributes, @Nullable BiomeSpawner biomeSpawner, @Nullable BiomeGenerationSettings generationSettings, List<BlockReplacement> blockReplacements) -
Uses of EnvironmentAttributeMap in dev.wyck.model.level.dimension
Methods in dev.wyck.model.level.dimension that return EnvironmentAttributeMapModifier and TypeMethodDescriptionDimension.attributes()The attributes of this dimension type.DimensionImpl.attributes()Methods in dev.wyck.model.level.dimension with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionDimension.Builder.attributes(EnvironmentAttributeMap attributes) Constructors in dev.wyck.model.level.dimension with parameters of type EnvironmentAttributeMapModifierConstructorDescriptionDimensionImpl(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 EnvironmentAttributeMap in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute declared as EnvironmentAttributeMapModifier and TypeFieldDescriptionstatic final EnvironmentAttributeMapEnvironmentAttributeMap.EMPTYMethods in dev.wyck.wrapper.environment.attribute that return EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.build()Builds the WrappedEnvironmentAttributeMap.static <V> EnvironmentAttributeMapEnvironmentAttributeMap.of(EnvironmentAttribute<V>... attributes) Creates a new WrappedEnvironmentAttributeMap from the given attributes.EnvironmentAttributeMap.with(EnvironmentAttributeSupplier<V> supplier, @Nullable V value) Creates a new WrappedEnvironmentAttributeMap with the given attribute added.EnvironmentAttributeMap.with(FriendlyColorSupplier supplier, @Nullable String hex) Creates a new WrappedEnvironmentAttributeMap with the given color attribute added.Methods in dev.wyck.wrapper.environment.attribute with parameters of type EnvironmentAttributeMapModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.merge(EnvironmentAttributeMap source) Adds all attributes from the given map.