Package net.minecraft.world.attribute
Interface EnvironmentAttributes
public interface EnvironmentAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnvironmentAttribute<List<AmbientParticle>> static final EnvironmentAttribute<AmbientSounds> static final EnvironmentAttribute<Activity> static final EnvironmentAttribute<BackgroundMusic> static final EnvironmentAttribute<BedRule> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final com.mojang.serialization.Codec<EnvironmentAttribute<?>> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<ParticleOptions> static final EnvironmentAttribute<TriState> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<MoonPhase> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Activity> static final EnvironmentAttribute<Boolean> static final EnvironmentAttribute<Integer> static final EnvironmentAttribute<Float> static final EnvironmentAttribute<Float> -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic EnvironmentAttribute<?> bootstrap(Registry<EnvironmentAttribute<?>> pRegistry) private static <Value> EnvironmentAttribute<Value> register(String pName, EnvironmentAttribute.Builder<Value> pBuilder)
-
Field Details
-
FOG_COLOR
-
FOG_START_DISTANCE
-
FOG_END_DISTANCE
-
SKY_FOG_END_DISTANCE
-
CLOUD_FOG_END_DISTANCE
-
WATER_FOG_COLOR
-
WATER_FOG_START_DISTANCE
-
WATER_FOG_END_DISTANCE
-
SKY_COLOR
-
SUNRISE_SUNSET_COLOR
-
CLOUD_COLOR
-
CLOUD_HEIGHT
-
SUN_ANGLE
-
MOON_ANGLE
-
STAR_ANGLE
-
MOON_PHASE
-
STAR_BRIGHTNESS
-
SKY_LIGHT_COLOR
-
SKY_LIGHT_FACTOR
-
DEFAULT_DRIPSTONE_PARTICLE
-
AMBIENT_PARTICLES
-
BACKGROUND_MUSIC
-
MUSIC_VOLUME
-
AMBIENT_SOUNDS
-
FIREFLY_BUSH_SOUNDS
-
SKY_LIGHT_LEVEL
-
CAN_START_RAID
-
WATER_EVAPORATES
-
BED_RULE
-
RESPAWN_ANCHOR_WORKS
-
NETHER_PORTAL_SPAWNS_PIGLINS
-
FAST_LAVA
-
INCREASED_FIRE_BURNOUT
-
EYEBLOSSOM_OPEN
-
TURTLE_EGG_HATCH_CHANCE
-
PIGLINS_ZOMBIFY
-
SNOW_GOLEM_MELTS
-
CREAKING_ACTIVE
-
SURFACE_SLIME_SPAWN_CHANCE
-
CAT_WAKING_UP_GIFT_CHANCE
-
BEES_STAY_IN_HIVE
-
MONSTERS_BURN
-
CAN_PILLAGER_PATROL_SPAWN
-
VILLAGER_ACTIVITY
-
BABY_VILLAGER_ACTIVITY
-
CODEC
-
-
Method Details
-
bootstrap
-
register
private static <Value> EnvironmentAttribute<Value> register(String pName, EnvironmentAttribute.Builder<Value> pBuilder)
-