Uses of Class
net.minecraft.world.entity.monster.Guardian
Packages that use Guardian
Package
Description
-
Uses of Guardian in net.minecraft.client.renderer.entity
Subclasses with type arguments of type Guardian in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type GuardianModifier and TypeMethodDescriptionvoidGuardianRenderer.extractRenderState(Guardian entity, GuardianRenderState state, float partialTicks) private static @Nullable EntityGuardianRenderer.getEntityToLookAt(Guardian entity) booleanGuardianRenderer.shouldRender(Guardian entity, Frustum culler, double camX, double camY, double camZ) -
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 GuardianGuardian.GuardianAttackGoal.guardianprivate final GuardianGuardian.GuardianAttackSelector.guardianprivate final GuardianGuardian.GuardianMoveControl.guardianMethod parameters in net.minecraft.world.entity.monster with type arguments of type GuardianModifier and TypeMethodDescriptionstatic booleanGuardian.checkGuardianSpawnRules(EntityType<? extends Guardian> type, LevelAccessor level, EntitySpawnReason spawnReason, BlockPos pos, RandomSource random) Constructors in net.minecraft.world.entity.monster with parameters of type GuardianModifierConstructorDescriptionGuardianAttackGoal(Guardian guardian) GuardianAttackSelector(Guardian guardian) GuardianMoveControl(Guardian guardian) Constructor parameters in net.minecraft.world.entity.monster with type arguments of type Guardian