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 TypeMethodDescriptionprotected IdentifierGuardianEntityRenderer.getTexture(GuardianEntity guardianEntity) voidGuardianEntityRenderer.render(GuardianEntity guardianEntity, double double2, double double3, double double4, float float2, float float3) protected voidGuardianEntityRenderer.scale(GuardianEntity guardianEntity, float float2) booleanGuardianEntityRenderer.shouldRender(GuardianEntity guardianEntity, CameraView cameraView, double double2, double double3, double double4) -
Uses of GuardianEntity in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as GuardianEntityModifier and TypeFieldDescriptionprivate final GuardianEntityGuardianAttackSoundInstance.field_11342Constructors in net.minecraft.client.sound with parameters of type GuardianEntity -
Uses of GuardianEntity in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as GuardianEntityModifier and TypeFieldDescriptionprivate GuardianEntityGuardianEntity.AttackPredicate.guardianprivate GuardianEntityGuardianEntity.FireBeamGoal.guardianprivate GuardianEntityGuardianEntity.GuardianMoveControl.guardianConstructors in net.minecraft.entity.mob with parameters of type GuardianEntityModifierConstructorDescriptionAttackPredicate(GuardianEntity guardin) FireBeamGoal(GuardianEntity guardian) GuardianMoveControl(GuardianEntity guardian)