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