java.lang.Object
com.hammy275.immersivemc.client.immersive.info.AbstractImmersiveInfo
com.hammy275.immersivemc.client.immersive.info.ChestInfo
All Implemented Interfaces:
ImmersiveInfo

public class ChestInfo extends AbstractImmersiveInfo
  • Field Details

    • hitboxes

      public List<HitboxItemPair> hitboxes
    • chest

      public net.minecraft.world.level.block.entity.BlockEntity chest
    • otherChest

      public net.minecraft.world.level.block.entity.BlockEntity otherChest
    • otherPos

      public net.minecraft.core.BlockPos otherPos
    • forward

      public net.minecraft.core.Direction forward
    • failRender

      public boolean failRender
    • rowNum

      protected int rowNum
    • isOpen

      public boolean isOpen
    • lastY0

      public double lastY0
    • lastY1

      public double lastY1
    • openCloseHitboxes

      public net.minecraft.world.phys.AABB[] openCloseHitboxes
    • openClosePositions

      public net.minecraft.world.phys.Vec3[] openClosePositions
    • light

      public int light
  • Constructor Details

    • ChestInfo

      public ChestInfo(net.minecraft.world.level.block.entity.BlockEntity chest, net.minecraft.world.level.block.entity.BlockEntity otherChest)
  • Method Details