Package net.minecraft.world.attribute
Interface EnvironmentAttributeAccess
- All Known Implementing Classes:
WorldEnvironmentAttributeAccess
public interface EnvironmentAttributeAccess
- Mappings:
Namespace Name named net/minecraft/world/attribute/EnvironmentAttributeAccessintermediary net/minecraft/class_12204official cdz
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescription<Value> ValuegetAttributeValue(EnvironmentAttribute<Value> attribute) default <Value> ValuegetAttributeValue(EnvironmentAttribute<Value> attribute, BlockPos pos) default <Value> ValuegetAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos) <Value> ValuegetAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool)
-
Field Details
-
DEFAULT
- Mappings:
Namespace Name Mixin selector named DEFAULTLnet/minecraft/world/attribute/EnvironmentAttributeAccess;DEFAULT:Lnet/minecraft/world/attribute/EnvironmentAttributeAccess;intermediary field_63738Lnet/minecraft/class_12204;field_63738:Lnet/minecraft/class_12204;official aLcdz;a:Lcdz;
-
-
Method Details
-
getAttributeValue
- Mappings:
Namespace Name Mixin selector named getAttributeValueLnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;)Ljava/lang/Object;intermediary method_75694Lnet/minecraft/class_12204;method_75694(Lnet/minecraft/class_12197;)Ljava/lang/Object;official aLcdz;a(Lcdw;)Ljava/lang/Object;
-
getAttributeValue
- Mappings:
Namespace Name Mixin selector named getAttributeValueLnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;Lnet/minecraft/util/math/BlockPos;)Ljava/lang/Object;intermediary method_75697Lnet/minecraft/class_12204;method_75697(Lnet/minecraft/class_12197;Lnet/minecraft/class_2338;)Ljava/lang/Object;official aLcdz;a(Lcdw;Liz;)Ljava/lang/Object;
-
getAttributeValue
- Mappings:
Namespace Name Mixin selector named getAttributeValueLnet/minecraft/world/attribute/EnvironmentAttributeAccess;getAttributeValue(Lnet/minecraft/world/attribute/EnvironmentAttribute;Lnet/minecraft/util/math/Vec3d;)Ljava/lang/Object;intermediary method_75695Lnet/minecraft/class_12204;method_75695(Lnet/minecraft/class_12197;Lnet/minecraft/class_243;)Ljava/lang/Object;official aLcdz;a(Lcdw;Lfrf;)Ljava/lang/Object;
-
getAttributeValue
<Value> Value getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable @Nullable WeightedAttributeList pool) - Mappings:
Namespace Name Mixin selector named getAttributeValueLnet/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_75696Lnet/minecraft/class_12204;method_75696(Lnet/minecraft/class_12197;Lnet/minecraft/class_243;Lnet/minecraft/class_12211;)Ljava/lang/Object;official aLcdz;a(Lcdw;Lfrf;Lcee;)Ljava/lang/Object;
-