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.gametest.framework
Classes in net.minecraft.gametest.framework that implement interfaces with type arguments of type EnvironmentAttributeSystemMethods in net.minecraft.gametest.framework that return EnvironmentAttributeSystemMethods in net.minecraft.gametest.framework with parameters of type EnvironmentAttributeSystemModifier and TypeMethodDescriptionvoidTestEnvironmentDefinition.Timelines.teardown(ServerLevel level, EnvironmentAttributeSystem saveData) -
Uses of EnvironmentAttributeSystem in net.minecraft.server.level
Fields in net.minecraft.server.level declared as EnvironmentAttributeSystemModifier and TypeFieldDescriptionprivate EnvironmentAttributeSystemServerLevel.environmentAttributesMethods in net.minecraft.server.level that return EnvironmentAttributeSystemModifier and TypeMethodDescriptionServerLevel.environmentAttributes()ServerLevel.setEnvironmentAttributes(EnvironmentAttributeSystem environmentAttributes) Deprecated.Methods in net.minecraft.server.level with parameters of type EnvironmentAttributeSystemModifier and TypeMethodDescriptionServerLevel.setEnvironmentAttributes(EnvironmentAttributeSystem environmentAttributes) Deprecated. -
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()