类 EnergySwirlLayer<T extends Entity & PowerableMob,M extends EntityModel<T>>
java.lang.Object
net.minecraft.client.renderer.entity.layers.RenderLayer<T,M>
net.minecraft.client.renderer.entity.layers.EnergySwirlLayer<T,M>
- 直接已知子类:
CreeperPowerLayer
,WitherArmorLayer
public abstract class EnergySwirlLayer<T extends Entity & PowerableMob,M extends EntityModel<T>>
extends RenderLayer<T,M>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected abstract ResourceLocation
protected abstract EntityModel<T>
model()
void
render
(PoseStack pMatrixStack, MultiBufferSource pBuffer, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) protected abstract float
xOffset
(float pTickCount) 从类继承的方法 net.minecraft.client.renderer.entity.layers.RenderLayer
coloredCutoutModelCopyLayerRender, getParentModel, getTextureLocation, renderColoredCutoutModel
-
构造器详细资料
-
EnergySwirlLayer
-
-
方法详细资料
-
render
public void render(PoseStack pMatrixStack, MultiBufferSource pBuffer, int pPackedLight, T pLivingEntity, float pLimbSwing, float pLimbSwingAmount, float pPartialTicks, float pAgeInTicks, float pNetHeadYaw, float pHeadPitch) - 指定者:
render
在类中RenderLayer<T extends Entity & PowerableMob,
M extends EntityModel<T>>
-
xOffset
protected abstract float xOffset(float pTickCount) -
getTextureLocation
-
model
-