Uses of Interface
net.minecraft.world.attribute.EnvironmentAttributeReader
Packages that use EnvironmentAttributeReader
Package
Description
-
Uses of EnvironmentAttributeReader in net.minecraft.server.level
Methods in net.minecraft.server.level that return EnvironmentAttributeReader -
Uses of EnvironmentAttributeReader in net.minecraft.world.attribute
Classes in net.minecraft.world.attribute that implement EnvironmentAttributeReaderFields in net.minecraft.world.attribute declared as EnvironmentAttributeReaderModifier and TypeFieldDescriptionstatic final EnvironmentAttributeReaderEnvironmentAttributeReader.EMPTY -
Uses of EnvironmentAttributeReader in net.minecraft.world.entity.variant
Fields in net.minecraft.world.entity.variant declared as EnvironmentAttributeReaderModifier and TypeFieldDescriptionprivate final EnvironmentAttributeReaderSpawnContext.environmentAttributesThe field for theenvironmentAttributesrecord component.Methods in net.minecraft.world.entity.variant that return EnvironmentAttributeReaderModifier and TypeMethodDescriptionSpawnContext.environmentAttributes()Returns the value of theenvironmentAttributesrecord component.Constructors in net.minecraft.world.entity.variant with parameters of type EnvironmentAttributeReaderModifierConstructorDescriptionSpawnContext(BlockPos pos, ServerLevelAccessor level, EnvironmentAttributeReader environmentAttributes, Holder<Biome> biome) Creates an instance of aSpawnContextrecord class. -
Uses of EnvironmentAttributeReader in net.minecraft.world.level
Methods in net.minecraft.world.level that return EnvironmentAttributeReader