Uses of Class
net.minecraft.world.entity.monster.Guardian
Packages that use Guardian
Package
Description
-
Uses of Guardian in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type GuardianModifier and TypeMethodDescriptionvoid
GuardianRenderer.extractRenderState
(Guardian pEntity, GuardianRenderState pReusedState, float pPartialTick) private static Entity
GuardianRenderer.getEntityToLookAt
(Guardian pGuardian) boolean
GuardianRenderer.shouldRender
(Guardian pLivingEntity, Frustum pCamera, double pCamX, double pCamY, double pCamZ) -
Uses of Guardian in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as GuardianConstructors in net.minecraft.client.resources.sounds with parameters of type Guardian -
Uses of Guardian in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type Guardian -
Uses of Guardian in net.minecraft.world.entity.monster
Subclasses of Guardian in net.minecraft.world.entity.monsterFields in net.minecraft.world.entity.monster declared as GuardianModifier and TypeFieldDescriptionprivate final Guardian
Guardian.GuardianAttackGoal.guardian
private final Guardian
Guardian.GuardianAttackSelector.guardian
private final Guardian
Guardian.GuardianMoveControl.guardian
Method parameters in net.minecraft.world.entity.monster with type arguments of type GuardianModifier and TypeMethodDescriptionstatic boolean
Guardian.checkGuardianSpawnRules
(EntityType<? extends Guardian> pEntityType, LevelAccessor pLevel, EntitySpawnReason pSpawnReason, BlockPos pPos, RandomSource pRandom) Constructors in net.minecraft.world.entity.monster with parameters of type GuardianModifierConstructorDescriptionGuardianAttackGoal
(Guardian pGuardian) GuardianAttackSelector
(Guardian pGuardian) GuardianMoveControl
(Guardian pGuardian) Constructor parameters in net.minecraft.world.entity.monster with type arguments of type Guardian