java.lang.Object
net.minecraft.client.model.Model
com.codinglitch.simpleradio.client.core.central.AnimatableModel
com.codinglitch.simpleradio.client.core.registry.models.RadioModel

public class RadioModel extends AnimatableModel
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.model.geom.ModelLayerLocation
     
    static final net.minecraft.client.animation.AnimationDefinition
     
    static final net.minecraft.resources.ResourceLocation
     

    Fields inherited from class com.codinglitch.simpleradio.client.core.central.AnimatableModel

    animations

    Fields inherited from class net.minecraft.client.model.Model

    renderType
  • Constructor Summary

    Constructors
    Constructor
    Description
    RadioModel(net.minecraft.client.model.geom.ModelPart root)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.client.model.geom.builders.LayerDefinition
     
    void
    renderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha)
     
    net.minecraft.client.model.geom.ModelPart
     

    Methods inherited from class com.codinglitch.simpleradio.client.core.central.AnimatableModel

    allocate, animate, getAnyDescendantWithName, setupAnim

    Methods inherited from class net.minecraft.client.model.Model

    renderType

    Methods inherited from class java.lang.Object

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

    • LAYER_LOCATION

      public static final net.minecraft.client.model.geom.ModelLayerLocation LAYER_LOCATION
    • TEXTURE_LOCATION

      public static final net.minecraft.resources.ResourceLocation TEXTURE_LOCATION
    • RADIO_PLAYING

      public static final net.minecraft.client.animation.AnimationDefinition RADIO_PLAYING
  • Constructor Details

    • RadioModel

      public RadioModel(net.minecraft.client.model.geom.ModelPart root)
  • Method Details

    • createBodyLayer

      public static net.minecraft.client.model.geom.builders.LayerDefinition createBodyLayer()
    • root

      public net.minecraft.client.model.geom.ModelPart root()
      Specified by:
      root in class AnimatableModel
    • renderToBuffer

      public void renderToBuffer(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int packedLight, int packedOverlay, float red, float green, float blue, float alpha)
      Specified by:
      renderToBuffer in class AnimatableModel