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) booleanGuardianEntityRenderer.shouldRender(GuardianEntity guardianEntity, Frustum frustum, double double2, double double3, double double4) voidGuardianEntityRenderer.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 GuardianEntityGuardianAttackSoundInstance.guardianConstructors 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 GuardianEntityGuardianEntity.FireBeamGoal.guardianprivate final GuardianEntityGuardianEntity.GuardianMoveControl.guardianprivate final GuardianEntityGuardianEntity.GuardianTargetPredicate.ownerMethod parameters in net.minecraft.entity.mob with type arguments of type GuardianEntityModifier and TypeMethodDescriptionstatic booleanGuardianEntity.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)