Uses of Class
net.minecraft.entity.mob.GuardianEntity
Package
Description
-
Uses of GuardianEntity in net.minecraft.client.render.entity
Modifier and TypeMethodDescriptionGuardianEntityRenderer.getBeamTarget
(GuardianEntity guardian) boolean
GuardianEntityRenderer.shouldRender
(GuardianEntity guardianEntity, Frustum frustum, double double2, double double3, double double4) void
GuardianEntityRenderer.updateRenderState
(GuardianEntity guardianEntity, GuardianEntityRenderState guardianEntityRenderState, float float2) -
Uses of GuardianEntity in net.minecraft.client.sound
Modifier and TypeFieldDescriptionprivate final GuardianEntity
GuardianAttackSoundInstance.guardian
-
Uses of GuardianEntity in net.minecraft.entity
-
Uses of GuardianEntity in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate final GuardianEntity
GuardianEntity.FireBeamGoal.guardian
private final GuardianEntity
GuardianEntity.GuardianMoveControl.guardian
private final GuardianEntity
GuardianEntity.GuardianTargetPredicate.owner
Modifier and TypeMethodDescriptionstatic boolean
GuardianEntity.canSpawn
(EntityType<? extends GuardianEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) ModifierConstructorDescriptionFireBeamGoal
(GuardianEntity guardian) GuardianMoveControl
(GuardianEntity guardian) ModifierConstructorDescriptionGuardianEntity
(EntityType<? extends GuardianEntity> type, World world)