Interface EnvironmentAttributeModification.Constant<Value>

All Superinterfaces:
EnvironmentAttributeModification<Value>
Enclosing interface:
EnvironmentAttributeModification<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 EnvironmentAttributeModification.Constant<Value> extends EnvironmentAttributeModification<Value>
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeModification$Constant
intermediary net/minecraft/class_12310$class_12311
official cdz$a
  • Method Details

    • applyConstant

      Value applyConstant(Value value)
      Mappings:
      Namespace Name Mixin selector
      named applyConstant Lnet/minecraft/world/attribute/EnvironmentAttributeModification$Constant;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;
      intermediary applyConstant Lnet/minecraft/class_12310$class_12311;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;
      official applyConstant Lcdz$a;applyConstant(Ljava/lang/Object;)Ljava/lang/Object;