Package net.minecraft.world.attribute
Interface EnvironmentAttributeFunction.Constant<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.Constant<Value>
extends EnvironmentAttributeFunction<Value>
- Mappings:
Namespace Name named net/minecraft/world/attribute/EnvironmentAttributeFunction$Constantintermediary net/minecraft/class_12310$class_12311official ceb$a
-
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
-
Method Details
-
applyConstant
- Mappings:
Namespace Name Mixin selector named applyConstantLnet/minecraft/world/attribute/EnvironmentAttributeFunction$Constant;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;intermediary applyConstantLnet/minecraft/class_12310$class_12311;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;official applyConstantLceb$a;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;
-