Class EnvironmentAttributeInterpolator

java.lang.Object
net.minecraft.world.attribute.EnvironmentAttributeInterpolator

public class EnvironmentAttributeInterpolator extends Object
Mappings:
Namespace Name
named net/minecraft/world/attribute/EnvironmentAttributeInterpolator
intermediary net/minecraft/class_12202
official ceb
  • Field Details

    • entries

      Mappings:
      Namespace Name Mixin selector
      named entries Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;entries:Ljava/util/Map;
      intermediary field_63730 Lnet/minecraft/class_12202;field_63730:Ljava/util/Map;
      official a Lceb;a:Ljava/util/Map;
    • entryFactory

      Mappings:
      Namespace Name Mixin selector
      named entryFactory Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;entryFactory:Ljava/util/function/Function;
      intermediary field_63731 Lnet/minecraft/class_12202;field_63731:Ljava/util/function/Function;
      official b Lceb;b:Ljava/util/function/Function;
    • world

      World world
      Mappings:
      Namespace Name Mixin selector
      named world Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;world:Lnet/minecraft/world/World;
      intermediary field_63732 Lnet/minecraft/class_12202;field_63732:Lnet/minecraft/class_1937;
      official c Lceb;c:Ldvg;
    • pos

      Vec3d pos
      Mappings:
      Namespace Name Mixin selector
      named pos Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;pos:Lnet/minecraft/util/math/Vec3d;
      intermediary field_63733 Lnet/minecraft/class_12202;field_63733:Lnet/minecraft/class_243;
      official d Lceb;d:Lfse;
    • pool

      Mappings:
      Namespace Name Mixin selector
      named pool Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;pool:Lnet/minecraft/world/attribute/WeightedAttributeList;
      intermediary field_63734 Lnet/minecraft/class_12202;field_63734:Lnet/minecraft/class_12211;
      official e Lceb;e:Lceh;
  • Constructor Details

    • EnvironmentAttributeInterpolator

      public EnvironmentAttributeInterpolator()
  • Method Details

    • clear

      public void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;clear()V
      intermediary method_75686 Lnet/minecraft/class_12202;method_75686()V
      official a Lceb;a()V
    • update

      public void update(World world, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      named update Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;update(Lnet/minecraft/world/World;Lnet/minecraft/util/math/Vec3d;)V
      intermediary method_75690 Lnet/minecraft/class_12202;method_75690(Lnet/minecraft/class_1937;Lnet/minecraft/class_243;)V
      official a Lceb;a(Ldvg;Lfse;)V
    • get

      public <Value> Value get(EnvironmentAttribute<Value> attribute, float tickProgress)
      Mappings:
      Namespace Name Mixin selector
      named get Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;get(Lnet/minecraft/world/attribute/EnvironmentAttribute;F)Ljava/lang/Object;
      intermediary method_75689 Lnet/minecraft/class_12202;method_75689(Lnet/minecraft/class_12197;F)Ljava/lang/Object;
      official a Lceb;a(Lcdy;F)Ljava/lang/Object;