public class RenderDrone extends net.minecraft.client.renderer.entity.MobRenderer<EntityDroneBase,ModelDrone>
| Modifier and Type | Field and Description |
|---|---|
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
AMADRONE_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
COLLECTOR_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
GUARD_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
HARVESTING_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
LOGISTICS_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
PROGRAMMABLE_CONTROLLER_FACTORY |
static net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> |
REGULAR_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getTextureLocation(EntityDroneBase entity) |
void |
render(EntityDroneBase entityIn,
float entityYaw,
float partialTicks,
com.mojang.blaze3d.matrix.MatrixStack matrixStackIn,
net.minecraft.client.renderer.IRenderTypeBuffer bufferIn,
int packedLightIn) |
addVertexPair, renderSide, shouldRender, shouldShowNameaddLayer, getAttackAnim, getBob, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isShaking, scale, setupRotationspublic static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> REGULAR_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> PROGRAMMABLE_CONTROLLER_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> LOGISTICS_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> HARVESTING_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> GUARD_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> COLLECTOR_FACTORY
public static final net.minecraftforge.fml.client.registry.IRenderFactory<EntityDroneBase> AMADRONE_FACTORY
public void render(EntityDroneBase entityIn, float entityYaw, float partialTicks, com.mojang.blaze3d.matrix.MatrixStack matrixStackIn, net.minecraft.client.renderer.IRenderTypeBuffer bufferIn, int packedLightIn)
render in class net.minecraft.client.renderer.entity.MobRenderer<EntityDroneBase,ModelDrone>public net.minecraft.util.ResourceLocation getTextureLocation(EntityDroneBase entity)
getTextureLocation in interface net.minecraft.client.renderer.entity.IEntityRenderer<EntityDroneBase,ModelDrone>getTextureLocation in class net.minecraft.client.renderer.entity.EntityRenderer<EntityDroneBase>