Uses of Class
dev.wyck.wrapper.environment.attribute.FriendlyColorSupplier
Packages that use FriendlyColorSupplier
Package
Description
-
Uses of FriendlyColorSupplier in dev.wyck.model.biome
Methods in dev.wyck.model.biome with parameters of type FriendlyColorSupplierModifier and TypeMethodDescriptionBiome.Builder.attribute(FriendlyColorSupplier attribute, @Nullable String hex) CustomBiome.Builder.attribute(FriendlyColorSupplier attribute, @Nullable String hex) -
Uses of FriendlyColorSupplier in dev.wyck.model.level.dimension
Methods in dev.wyck.model.level.dimension with parameters of type FriendlyColorSupplierModifier and TypeMethodDescriptionDimension.Builder.attribute(FriendlyColorSupplier supplier, String hex) -
Uses of FriendlyColorSupplier in dev.wyck.wrapper.environment.attribute
Fields in dev.wyck.wrapper.environment.attribute declared as FriendlyColorSupplierModifier and TypeFieldDescriptionstatic final FriendlyColorSupplierEnvironmentAttributes.AMBIENT_LIGHT_COLORDefines both the ambient light tint and brightness This light is applied to the world at 0 light levels.static final FriendlyColorSupplierEnvironmentAttributes.BLOCK_LIGHT_TINTTint of the block light.static final FriendlyColorSupplierEnvironmentAttributes.CLOUD_COLOROpacity of the clouds.static final FriendlyColorSupplierEnvironmentAttributes.FOG_COLORColor of the fog when underwater (also affected by time of day, weather, and potion effects)static final FriendlyColorSupplierEnvironmentAttributes.NIGHT_VISION_COLORUsed similarly to ambient light color When the night vision effect is active, a per-component maximum of visual/night_vision_color and visual/ambient_light_color is used as ambient color.static final FriendlyColorSupplierEnvironmentAttributes.SKY_COLORColor of the sky (also affected by time of day and weather)static final FriendlyColorSupplierEnvironmentAttributes.SKY_LIGHT_COLORColor of the skylight.static final FriendlyColorSupplierEnvironmentAttributes.SUNRISE_SUNSET_COLORColor and intensity of sunrise and sunset.static final FriendlyColorSupplierEnvironmentAttributes.WATER_FOG_COLORColor of the fog when underwater (also affected by time of day, weather, and potion effects)Methods in dev.wyck.wrapper.environment.attribute that return FriendlyColorSupplierModifier and TypeMethodDescriptionstatic FriendlyColorSupplierEnvironmentAttribute.ofFriendlyColorSupplier(ResourceKey key) Gets a FriendlyColorSupplier instance for the given key.Methods in dev.wyck.wrapper.environment.attribute with parameters of type FriendlyColorSupplierModifier and TypeMethodDescriptionEnvironmentAttributeMap.Builder.attribute(FriendlyColorSupplier supplier, String hex) Sets a color attribute in the builder using a hex string.EnvironmentAttributeMap.with(FriendlyColorSupplier supplier, @Nullable String hex) Creates a new WrappedEnvironmentAttributeMap with the given color attribute added.