Uses of Class
net.minecraft.world.attribute.WorldEnvironmentAttributeAccess.Entry
Packages that use WorldEnvironmentAttributeAccess.Entry
-
Uses of WorldEnvironmentAttributeAccess.Entry in net.minecraft.world.attribute
Fields in net.minecraft.world.attribute with type parameters of type WorldEnvironmentAttributeAccess.EntryModifier and TypeFieldDescriptionprivate final Map<EnvironmentAttribute<?>, WorldEnvironmentAttributeAccess.Entry<?>> WorldEnvironmentAttributeAccess.entriesMethods in net.minecraft.world.attribute that return WorldEnvironmentAttributeAccess.EntryModifier and TypeMethodDescriptionprivate <Value> WorldEnvironmentAttributeAccess.Entry<Value> WorldEnvironmentAttributeAccess.computeEntry(EnvironmentAttribute<Value> attribute, List<? extends EnvironmentAttributeModification<?>> mods) private <Value> @Nullable WorldEnvironmentAttributeAccess.Entry<Value> WorldEnvironmentAttributeAccess.getEntry(EnvironmentAttribute<Value> attribute)