Interface EnvironmentAttributeAccess

All Known Implementing Classes:
WorldEnvironmentAttributeAccess

public interface EnvironmentAttributeAccess
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeAccess
intermediary net/minecraft/class_12204
official cdv
  • Field Details

    • DEFAULT

      static final EnvironmentAttributeAccess DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;DEFAULT:Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;
      intermediary field_63738 Lnet/minecraft/class_12204;field_63738:Lnet/minecraft/class_12204;
      official a Lcdv;a:Lcdv;
  • Method Details

    • getAttributeValue

      <Value> Value getAttributeValue(EnvironmentAttribute<Value> attribute)
      Mappings:
      Namespace Name Mixin selector
      named getAttributeValue Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;)Ljava/lang/Object;
      intermediary method_75694 Lnet/minecraft/class_12204;method_75694(Lnet/minecraft/class_12197;)Ljava/lang/Object;
      official a Lcdv;a(Lcds;)Ljava/lang/Object;
    • getAttributeValue

      default <Value> Value getAttributeValue(EnvironmentAttribute<Value> attribute, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      named getAttributeValue Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Object;
      intermediary method_75697 Lnet/minecraft/class_12204;method_75697(Lnet/minecraft/class_12197;Lnet/minecraft/class_2338;)Ljava/lang/Object;
      official a Lcdv;a(Lcds;Liv;)Ljava/lang/Object;
    • getAttributeValue

      default <Value> Value getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      named getAttributeValue Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;Lnet/minecraft/util/math/Vec3d;)Ljava/lang/Object;
      intermediary method_75695 Lnet/minecraft/class_12204;method_75695(Lnet/minecraft/class_12197;Lnet/minecraft/class_243;)Ljava/lang/Object;
      official a Lcdv;a(Lcds;Lfrz;)Ljava/lang/Object;
    • getAttributeValue

      <Value> Value getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool)
      Mappings:
      Namespace Name Mixin selector
      named getAttributeValue Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/world/attribute/WeightedAttributeList;)Ljava/lang/Object;
      intermediary method_75696 Lnet/minecraft/class_12204;method_75696(Lnet/minecraft/class_12197;Lnet/minecraft/class_243;Lnet/minecraft/class_12211;)Ljava/lang/Object;
      official a Lcdv;a(Lcds;Lfrz;Lcea;)Ljava/lang/Object;