Uses of Class
net.minecraft.entity.mob.GuardianEntity
Packages that use GuardianEntity
Package
Description
-
Uses of GuardianEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type GuardianEntityModifier 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
Fields in net.minecraft.client.sound declared as GuardianEntityModifier and TypeFieldDescriptionprivate final GuardianEntity
GuardianAttackSoundInstance.guardian
Constructors in net.minecraft.client.sound with parameters of type GuardianEntity -
Uses of GuardianEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type GuardianEntity -
Uses of GuardianEntity in net.minecraft.entity.mob
Subclasses of GuardianEntity in net.minecraft.entity.mobFields in net.minecraft.entity.mob declared as GuardianEntityModifier and TypeFieldDescriptionprivate final GuardianEntity
GuardianEntity.FireBeamGoal.guardian
private final GuardianEntity
GuardianEntity.GuardianMoveControl.guardian
private final GuardianEntity
GuardianEntity.GuardianTargetPredicate.owner
Method parameters in net.minecraft.entity.mob with type arguments of type GuardianEntityModifier and TypeMethodDescriptionstatic boolean
GuardianEntity.canSpawn
(EntityType<? extends GuardianEntity> type, WorldAccess world, SpawnReason spawnReason, BlockPos pos, Random random) Constructors in net.minecraft.entity.mob with parameters of type GuardianEntityModifierConstructorDescriptionFireBeamGoal
(GuardianEntity guardian) GuardianMoveControl
(GuardianEntity guardian) Constructor parameters in net.minecraft.entity.mob with type arguments of type GuardianEntityModifierConstructorDescriptionGuardianEntity
(EntityType<? extends GuardianEntity> type, World world)