Class AnimatedKinetics

java.lang.Object
com.simibubi.create.compat.jei.category.animations.AnimatedKinetics
All Implemented Interfaces:
mezz.jei.api.gui.drawable.IDrawable
Direct Known Subclasses:
AnimatedBlazeBurner, AnimatedCrafter, AnimatedCrushingWheels, AnimatedDeployer, AnimatedItemDrain, AnimatedMillstone, AnimatedMixer, AnimatedPress, AnimatedSaw, AnimatedSpout

public abstract class AnimatedKinetics extends Object implements mezz.jei.api.gui.drawable.IDrawable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.createmod.catnip.gui.ILightingSettings
     
    int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
    blockElement(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
     
    protected net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
    blockElement(net.minecraft.world.level.block.state.BlockState state)
     
    protected dev.engine_room.flywheel.lib.model.baked.PartialModel
     
    static net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
    defaultBlockElement(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
    Only use this method outside of subclasses. Use blockElement(PartialModel) if calling from inside a subclass.
    static net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder
    defaultBlockElement(net.minecraft.world.level.block.state.BlockState state)
    Only use this method outside of subclasses. Use blockElement(BlockState) if calling from inside a subclass.
    static float
     
    int
     
    int
     
    protected net.minecraft.world.level.block.state.BlockState
    shaft(net.minecraft.core.Direction.Axis axis)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface mezz.jei.api.gui.drawable.IDrawable

    draw, draw
  • Field Details

    • offset

      public int offset
    • DEFAULT_LIGHTING

      public static final net.createmod.catnip.gui.ILightingSettings DEFAULT_LIGHTING
  • Constructor Details

    • AnimatedKinetics

      public AnimatedKinetics()
  • Method Details

    • defaultBlockElement

      public static net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder defaultBlockElement(net.minecraft.world.level.block.state.BlockState state)
      Only use this method outside of subclasses. Use blockElement(BlockState) if calling from inside a subclass.
    • defaultBlockElement

      public static net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder defaultBlockElement(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
      Only use this method outside of subclasses. Use blockElement(PartialModel) if calling from inside a subclass.
    • getCurrentAngle

      public static float getCurrentAngle()
    • shaft

      protected net.minecraft.world.level.block.state.BlockState shaft(net.minecraft.core.Direction.Axis axis)
    • cogwheel

      protected dev.engine_room.flywheel.lib.model.baked.PartialModel cogwheel()
    • blockElement

      protected net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder blockElement(net.minecraft.world.level.block.state.BlockState state)
    • blockElement

      protected net.createmod.catnip.gui.element.GuiGameElement.GuiRenderBuilder blockElement(dev.engine_room.flywheel.lib.model.baked.PartialModel partial)
    • getWidth

      public int getWidth()
      Specified by:
      getWidth in interface mezz.jei.api.gui.drawable.IDrawable
    • getHeight

      public int getHeight()
      Specified by:
      getHeight in interface mezz.jei.api.gui.drawable.IDrawable