Class ItemStackHandlerItemDisplayData.ItemDisplayDataEntry

java.lang.Object
team.lodestar.lodestone.modules.toolkit.inventory.ItemStackHandlerItemDisplayData.ItemDisplayDataEntry
Enclosing class:
ItemStackHandlerItemDisplayData

public static class ItemStackHandlerItemDisplayData.ItemDisplayDataEntry extends Object
  • Field Details

    • stack

      protected final net.minecraft.world.item.ItemStack stack
    • seed

      protected final long seed
    • scale

      protected float scale
    • oldScale

      protected float oldScale
    • angle

      protected float angle
    • oldAngle

      protected float oldAngle
    • distance

      protected float distance
    • oldDistance

      protected float oldDistance
    • lift

      protected float lift
    • oldLift

      protected float oldLift
    • itemAngle

      protected float itemAngle
    • oldItemAngle

      protected float oldItemAngle
    • age

      protected int age
  • Constructor Details

    • ItemDisplayDataEntry

      public ItemDisplayDataEntry(net.minecraft.world.item.ItemStack stack, long seed)
  • Method Details