Uses of Class
net.minecraft.world.attribute.WeightedAttributeList
Packages that use WeightedAttributeList
-
Uses of WeightedAttributeList in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute declared as WeightedAttributeListModifier and TypeFieldDescription(package private) final WeightedAttributeListEnvironmentAttributeInterpolator.poolMethods in net.minecraft.world.attribute that return WeightedAttributeListModifier and TypeMethodDescriptionWeightedAttributeList.add(double weight, EnvironmentAttributeMap attributes) Methods in net.minecraft.world.attribute with parameters of type WeightedAttributeListModifier and TypeMethodDescription<Value> ValueEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool) <Value> ValueWorldEnvironmentAttributeAccess.getAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool) private <Value> ValueWorldEnvironmentAttributeAccess.getInternal(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool, Value defaultValue) private <Value> ValueWorldEnvironmentAttributeAccess.getPositionalAttributeValue(EnvironmentAttribute<Value> attribute, Vec3d pos, @Nullable WeightedAttributeList pool)