net.minecraft.world.attribute

public interface AttributeTypes

cdv
net.minecraft.world.attribute.AttributeTypes
net.minecraft.class_12193
net.minecraft.world.attribute.EnvironmentAttributeTypes

Field summary

Modifier and TypeField
AttributeType<Boolean>
a
BOOLEAN
field_63691
BOOLEAN
AttributeType<TriState>
b
TRI_STATE
field_64317
TRI_STATE
AttributeType<Float>
c
FLOAT
field_63692
FLOAT
AttributeType<Float>
d
ANGLE_DEGREES
field_64318
ANGLE_DEGREES
AttributeType<Integer>
e
RGB_COLOR
field_64118
RGB_COLOR
AttributeType<Integer>
f
ARGB_COLOR
field_64119
ARGB_COLOR
AttributeType<MoonPhase>
g
MOON_PHASE
field_64319
MOON_PHASE
AttributeType<Activity>
h
ACTIVITY
field_64320
ACTIVITY
AttributeType<BedRule>
i
BED_RULE
field_63694
BED_RULE
AttributeType<ParticleOptions>
j
PARTICLE
field_63695
PARTICLE
AttributeType<List<AmbientParticle>>
k
AMBIENT_PARTICLES
field_63696
AMBIENT_PARTICLES
AttributeType<BackgroundMusic>
l
BACKGROUND_MUSIC
field_63697
BACKGROUND_MUSIC
AttributeType<AmbientSounds>
m
AMBIENT_SOUNDS
field_63698
AMBIENT_SOUNDS
com.mojang.serialization.Codec<AttributeType<?>>
n
CODEC
field_63699
CODEC

Method summary

Modifier and TypeMethod
static AttributeType<?>
a(jq<cdu<?>> arg0)
bootstrap(Registry<AttributeType<?>> arg0)
method_75637(class_2378<class_12192<?>> arg0)
registerAndGetDefault(Registry<EnvironmentAttributeType<?>> registry)
static <Value> AttributeType<Value>
a(String arg0, cdu<Value> arg1)
register(String arg0, AttributeType<Value> arg1)
method_75636(String arg0, class_12192<Value> arg1)
register(String path, EnvironmentAttributeType<Value> type)