Package net.minecraft.world.attribute
Interface EnvironmentAttributeFunction.Positional<Value>
- All Superinterfaces:
EnvironmentAttributeFunction<Value>
- Enclosing interface:
EnvironmentAttributeFunction<Value>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static non-sealed interface EnvironmentAttributeFunction.Positional<Value>
extends EnvironmentAttributeFunction<Value>
- Mappings:
Namespace Name named net/minecraft/world/attribute/EnvironmentAttributeFunction$Positionalintermediary net/minecraft/class_12310$class_12312official ceb$b
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.attribute.EnvironmentAttributeFunction
EnvironmentAttributeFunction.Constant<Value>, EnvironmentAttributeFunction.Positional<Value>, EnvironmentAttributeFunction.TimeBased<Value> -
Method Summary
Modifier and TypeMethodDescriptionapplyPositional(Value value, Vec3d pos, @Nullable WeightedAttributeList weightedAttributeList)
-
Method Details
-
applyPositional
Value applyPositional(Value value, Vec3d pos, @Nullable WeightedAttributeList weightedAttributeList) - Mappings:
Namespace Name Mixin selector named applyPositionalLnet/minecraft/world/attribute/EnvironmentAttributeFunction$Positional;applyPositional(Ljava/lang/Object;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/attribute/WeightedAttributeList;)Ljava/lang/Object;intermediary applyPositionalLnet/minecraft/class_12310$class_12312;applyPositional(Ljava/lang/Object;Lnet/minecraft/class_243;Lnet/minecraft/class_12211;)Ljava/lang/Object;official applyPositionalLceb$b;applyPositional(Ljava/lang/Object;Lftm;Lcej;)Ljava/lang/Object;
-