Package net.minecraft.world.attribute
Class EnvironmentAttributeInterpolator.Entry<Value>
java.lang.Object
net.minecraft.world.attribute.EnvironmentAttributeInterpolator.Entry<Value>
- Enclosing class:
EnvironmentAttributeInterpolator
- Mappings:
Namespace Name named net/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entryintermediary net/minecraft/class_12202$class_12203official ceb$a
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Valuecompute(EnvironmentAttribute<Value> attribute) get(EnvironmentAttribute<Value> attribute, float tickProgress) booleanupdate()Returns whether this entry should subsequently be removed.
-
Field Details
-
last
- Mappings:
Namespace Name Mixin selector named lastLnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;last:Ljava/lang/Object;intermediary field_63736Lnet/minecraft/class_12202$class_12203;field_63736:Ljava/lang/Object;official bLceb$a;b:Ljava/lang/Object;
-
current
- Mappings:
Namespace Name Mixin selector named currentLnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;current:Ljava/lang/Object;intermediary field_63737Lnet/minecraft/class_12202$class_12203;field_63737:Ljava/lang/Object;official cLceb$a;c:Ljava/lang/Object;
-
-
Constructor Details
-
Entry
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;<init>(Lnet/minecraft/world/attribute/EnvironmentAttributeInterpolator;Lnet/minecraft/world/attribute/EnvironmentAttribute;)Vintermediary <init>Lnet/minecraft/class_12202$class_12203;<init>(Lnet/minecraft/class_12202;Lnet/minecraft/class_12197;)Vofficial <init>Lceb$a;<init>(Lceb;Lcdy;)V
-
-
Method Details
-
compute
- Mappings:
Namespace Name Mixin selector named computeLnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;compute(Lnet/minecraft/world/attribute/EnvironmentAttribute;)Ljava/lang/Object;intermediary method_75692Lnet/minecraft/class_12202$class_12203;method_75692(Lnet/minecraft/class_12197;)Ljava/lang/Object;official aLceb$a;a(Lcdy;)Ljava/lang/Object;
-
update
public boolean update()Returns whether this entry should subsequently be removed.- Returns:
- whether this entry should subsequently be removed
- Mappings:
Namespace Name Mixin selector named updateLnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;update()Zintermediary method_75691Lnet/minecraft/class_12202$class_12203;method_75691()Zofficial aLceb$a;a()Z
-
get
- Mappings:
Namespace Name Mixin selector named getLnet/minecraft/world/attribute/EnvironmentAttributeInterpolator$Entry;get(Lnet/minecraft/world/attribute/EnvironmentAttribute;F)Ljava/lang/Object;intermediary method_75693Lnet/minecraft/class_12202$class_12203;method_75693(Lnet/minecraft/class_12197;F)Ljava/lang/Object;official aLceb$a;a(Lcdy;F)Ljava/lang/Object;
-