Uses of Class
net.minecraft.world.attribute.EnvironmentAttributeSystem
Packages that use EnvironmentAttributeSystem
Package
Description
-
Uses of EnvironmentAttributeSystem in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as EnvironmentAttributeSystemModifier and TypeFieldDescriptionprivate final EnvironmentAttributeSystemClientLevel.environmentAttributesMethods in net.minecraft.client.multiplayer that return EnvironmentAttributeSystem -
Uses of EnvironmentAttributeSystem in net.minecraft.server.level
Fields in net.minecraft.server.level declared as EnvironmentAttributeSystemModifier and TypeFieldDescriptionprivate final EnvironmentAttributeSystemServerLevel.environmentAttributesMethods in net.minecraft.server.level that return EnvironmentAttributeSystem -
Uses of EnvironmentAttributeSystem in net.minecraft.world.attribute
Methods in net.minecraft.world.attribute that return EnvironmentAttributeSystem -
Uses of EnvironmentAttributeSystem in net.minecraft.world.entity.ai
Methods in net.minecraft.world.entity.ai with parameters of type EnvironmentAttributeSystemModifier and TypeMethodDescriptionvoidBrain.updateActivityFromSchedule(EnvironmentAttributeSystem environmentAttributes, long gameTime, Vec3 pos) -
Uses of EnvironmentAttributeSystem in net.minecraft.world.level
Methods in net.minecraft.world.level that return EnvironmentAttributeSystemModifier and TypeMethodDescriptionabstract EnvironmentAttributeSystemLevel.environmentAttributes()