Interface EnvironmentAttributeReader
- All Known Implementing Classes:
EnvironmentAttributeSystem
public interface EnvironmentAttributeReader
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<Value> ValuegetDimensionValue(EnvironmentAttribute<Value> attribute) default <Value> ValuegetValue(EnvironmentAttribute<Value> attribute, BlockPos pos) default <Value> ValuegetValue(EnvironmentAttribute<Value> attribute, Vec3 pos) <Value> ValuegetValue(EnvironmentAttribute<Value> attribute, Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator)
-
Field Details
-
EMPTY
-
-
Method Details
-
getDimensionValue
-
getValue
-
getValue
-
getValue
<Value> Value getValue(EnvironmentAttribute<Value> attribute, Vec3 pos, @Nullable SpatialAttributeInterpolator biomeInterpolator)
-