Package net.minecraft.world.attribute
Class EnvironmentAttributeProbe
java.lang.Object
net.minecraft.world.attribute.EnvironmentAttributeProbe
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) class -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SpatialAttributeInterpolator(package private) @Nullable Level(package private) @Nullable Vec3private final Function<EnvironmentAttribute<?>, EnvironmentAttributeProbe.ValueProbe<?>> private final Map<EnvironmentAttribute<?>, EnvironmentAttributeProbe.ValueProbe<?>> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
valueProbes
-
valueProbeFactory
private final Function<EnvironmentAttribute<?>,EnvironmentAttributeProbe.ValueProbe<?>> valueProbeFactory -
level
@Nullable Level level -
position
@Nullable Vec3 position -
biomeInterpolator
-
-
Constructor Details
-
EnvironmentAttributeProbe
public EnvironmentAttributeProbe()
-
-
Method Details
-
reset
public void reset() -
tick
-
getValue
-