Uses of Record Class
net.minecraft.world.attribute.EnvironmentAttributeMap.Entry
Packages that use EnvironmentAttributeMap.Entry
-
Uses of EnvironmentAttributeMap.Entry in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type EnvironmentAttributeMap.EntryModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.Builder.entries(package private) final Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> EnvironmentAttributeMap.entriesMethods in net.minecraft.world.attribute that return EnvironmentAttributeMap.EntryModifier and TypeMethodDescription<Value> @Nullable EnvironmentAttributeMap.Entry<Value, ?> EnvironmentAttributeMap.get(EnvironmentAttribute<Value> pAttribute) Methods in net.minecraft.world.attribute that return types with arguments of type EnvironmentAttributeMap.EntryModifier and TypeMethodDescriptionprivate static <Value> com.mojang.serialization.Codec<EnvironmentAttributeMap.Entry<Value, ?>> EnvironmentAttributeMap.Entry.createCodec(EnvironmentAttribute<Value> pAttribute) private static <Value,Argument>
com.mojang.serialization.MapCodec<EnvironmentAttributeMap.Entry<Value, Argument>> EnvironmentAttributeMap.Entry.createFullCodec(EnvironmentAttribute<Value> pAttribute, AttributeModifier<Value, Argument> pModifier) Constructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeMap.EntryModifierConstructorDescription(package private)EnvironmentAttributeMap(Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> pEntries)