Class ModelCustomWrapper

java.lang.Object
com.pixelmonmod.pixelmon.client.models.ModelCustomWrapper

public class ModelCustomWrapper extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.client.model.Model
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    ModelCustomWrapper(net.minecraft.client.model.Model m)
     
    ModelCustomWrapper(net.minecraft.client.model.Model m, float x, float y, float z)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, float red, float green, float blue, float alpha, float scale)
     
    setOffsets(float x, float y, float z)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • model

      public net.minecraft.client.model.Model model
  • Constructor Details

    • ModelCustomWrapper

      public ModelCustomWrapper(net.minecraft.client.model.Model m)
    • ModelCustomWrapper

      public ModelCustomWrapper(net.minecraft.client.model.Model m, float x, float y, float z)
  • Method Details

    • setOffsets

      public ModelCustomWrapper setOffsets(float x, float y, float z)
    • render

      public void render(com.mojang.blaze3d.vertex.PoseStack matrix, com.mojang.blaze3d.vertex.VertexConsumer buffer, int light, int overlay, float red, float green, float blue, float alpha, float scale)