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.getEntry(EnvironmentAttribute<Value> key) 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.method_75676(EnvironmentAttribute<Value> environmentAttribute) private static <Value,Argument>
com.mojang.serialization.MapCodec<EnvironmentAttributeMap.Entry<Value, Argument>> EnvironmentAttributeMap.Entry.method_75677(EnvironmentAttribute<Value> environmentAttribute, class_12212<Value, Argument> class_12212) Constructor parameters in net.minecraft.world.attribute with type arguments of type EnvironmentAttributeMap.EntryModifierConstructorDescription(package private)EnvironmentAttributeMap(Map<EnvironmentAttribute<?>, EnvironmentAttributeMap.Entry<?, ?>> entries)