Class EnderDragonDeathFeature
java.lang.Object
net.minecraft.client.render.entity.feature.EnderDragonDeathFeature
- All Implemented Interfaces:
FeatureRenderer<EnderDragonEntity>
@Environment(CLIENT) public class EnderDragonDeathFeature extends Object implements FeatureRenderer<EnderDragonEntity>
- Mappings:
Namespace Name official bkuintermediary net/minecraft/class_1190named net/minecraft/client/render/entity/feature/EnderDragonDeathFeature
-
Constructor Summary
Constructors Constructor Description EnderDragonDeathFeature() -
Method Summary
Modifier and Type Method Description booleancombineTextures()voidrender(EnderDragonEntity enderDragonEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)
-
Constructor Details
-
EnderDragonDeathFeature
public EnderDragonDeathFeature()
-
-
Method Details
-
render
public void render(EnderDragonEntity enderDragonEntity, float float2, float float3, float float4, float float5, float float6, float float7, float float8)- Specified by:
renderin interfaceFeatureRenderer<EnderDragonEntity>- Mappings:
Namespace Name Mixin selector official aLbku;a(Lug;FFFFFFF)Vintermediary method_4098Lnet/minecraft/class_1190;method_4098(Lnet/minecraft/class_1879;FFFFFFF)Vnamed renderLnet/minecraft/client/render/entity/feature/EnderDragonDeathFeature;render(Lnet/minecraft/entity/boss/dragon/EnderDragonEntity;FFFFFFF)V
-
combineTextures
public boolean combineTextures()- Specified by:
combineTexturesin interfaceFeatureRenderer<EnderDragonEntity>- Mappings:
Namespace Name Mixin selector official bLblb;b()Zintermediary method_4106Lnet/minecraft/class_1198;method_4106()Znamed combineTexturesLnet/minecraft/client/render/entity/feature/FeatureRenderer;combineTextures()Z
-