net.minecraft.world.attribute

public class EnvironmentAttribute$Builder<Value>

cdy$a
net.minecraft.world.attribute.EnvironmentAttribute$Builder
net.minecraft.class_12197$class_12198
net.minecraft.world.attribute.EnvironmentAttribute$Builder

Field summary

Modifier and TypeField
private final AttributeType<Value>
a
type
field_63718
type
private Value
b
defaultValue
field_63719
defaultValue
private AttributeRange<Value>
c
valueRange
field_63720
validator
private boolean
d
isSyncable
field_63721
synced
private boolean
e
isPositional
field_63722
positional
private boolean
f
isSpatiallyInterpolated
field_63723
interpolated

Constructor summary

ModifierConstructor
public (AttributeType<Value> type)

Method summary

Modifier and TypeMethod
public EnvironmentAttribute$Builder<Value>
a(Value arg0)
defaultValue(Value arg0)
method_75657(Value arg0)
defaultValue(Value defaultValue)
public EnvironmentAttribute$Builder<Value>
a(cdt<Value> arg0)
valueRange(AttributeRange<Value> arg0)
method_75656(class_12191<Value> arg0)
validator(AttributeValidator<Value> validator)
public EnvironmentAttribute$Builder<Value>
a()
syncable()
method_75655()
synced()
public EnvironmentAttribute$Builder<Value>
b()
notPositional()
method_75658()
global()
public EnvironmentAttribute$Builder<Value>
c()
spatiallyInterpolated()
method_75659()
interpolated()
public EnvironmentAttribute<Value>
d()
build()
method_75660()
build()