Package net.minecraft.world.attribute
Class EnvironmentAttribute.Builder<Value>
java.lang.Object
net.minecraft.world.attribute.EnvironmentAttribute.Builder<Value>
- Enclosing class:
EnvironmentAttribute<Value>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable Valueprivate booleanprivate booleanprivate booleanprivate final AttributeType<Value> private AttributeRange<Value> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()defaultValue(Value pDefaultValue) syncable()valueRange(AttributeRange<Value> pValueRange)
-
Field Details
-
type
-
defaultValue
-
valueRange
-
isSyncable
private boolean isSyncable -
isPositional
private boolean isPositional -
isSpatiallyInterpolated
private boolean isSpatiallyInterpolated
-
-
Constructor Details
-
Builder
-
-
Method Details
-
defaultValue
-
valueRange
-
syncable
-
notPositional
-
spatiallyInterpolated
-
build
-