Package | Description |
---|---|
net.minecraft.client.audio | |
net.minecraft.client.renderer.entity | |
net.minecraft.client.renderer.entity.model | |
net.minecraft.entity | |
net.minecraft.entity.monster |
Modifier and Type | Field and Description |
---|---|
private GuardianEntity |
GuardianSound.guardian |
Constructor and Description |
---|
GuardianSound(GuardianEntity guardian) |
Modifier and Type | Method and Description |
---|---|
ResourceLocation |
GuardianRenderer.getEntityTexture(GuardianEntity entity) |
ResourceLocation |
ElderGuardianRenderer.getEntityTexture(GuardianEntity entity) |
protected void |
ElderGuardianRenderer.preRenderCallback(GuardianEntity entitylivingbaseIn,
MatrixStack matrixStackIn,
float partialTickTime) |
void |
GuardianRenderer.render(GuardianEntity entityIn,
float entityYaw,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int packedLightIn) |
boolean |
GuardianRenderer.shouldRender(GuardianEntity livingEntityIn,
ClippingHelperImpl camera,
double camX,
double camY,
double camZ) |
Modifier and Type | Method and Description |
---|---|
void |
GuardianModel.setRotationAngles(GuardianEntity entityIn,
float limbSwing,
float limbSwingAmount,
float ageInTicks,
float netHeadYaw,
float headPitch) |
Modifier and Type | Field and Description |
---|---|
static EntityType<GuardianEntity> |
EntityType.GUARDIAN |
Modifier and Type | Class and Description |
---|---|
class |
ElderGuardianEntity |
Modifier and Type | Field and Description |
---|---|
private GuardianEntity |
GuardianEntity.MoveHelperController.entityGuardian |
private GuardianEntity |
GuardianEntity.AttackGoal.guardian |
private GuardianEntity |
GuardianEntity.TargetPredicate.parentEntity |
Modifier and Type | Method and Description |
---|---|
static boolean |
GuardianEntity.func_223329_b(EntityType<? extends GuardianEntity> p_223329_0_,
IWorld p_223329_1_,
SpawnReason reason,
BlockPos p_223329_3_,
java.util.Random p_223329_4_) |
Constructor and Description |
---|
AttackGoal(GuardianEntity guardian) |
MoveHelperController(GuardianEntity guardian) |
TargetPredicate(GuardianEntity guardian) |
Constructor and Description |
---|
GuardianEntity(EntityType<? extends GuardianEntity> type,
World worldIn) |