Class ValueBoxTransform.Sided

java.lang.Object
com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.tileEntity.behaviour.ValueBoxTransform.Sided
Direct Known Subclasses:
BrassTunnelFilterSlot, CenteredSideValueBoxTransform, FunnelFilterSlotPositioning, SmartChuteFilterSlotPositioning
Enclosing class:
ValueBoxTransform

public abstract static class ValueBoxTransform.Sided extends ValueBoxTransform
  • Field Details

    • direction

      protected net.minecraft.core.Direction direction
  • Constructor Details

    • Sided

      public Sided()
  • Method Details

    • fromSide

      public ValueBoxTransform.Sided fromSide(net.minecraft.core.Direction direction)
    • getLocalOffset

      protected net.minecraft.world.phys.Vec3 getLocalOffset(net.minecraft.world.level.block.state.BlockState state)
      Specified by:
      getLocalOffset in class ValueBoxTransform
    • getSouthLocation

      protected abstract net.minecraft.world.phys.Vec3 getSouthLocation()
    • rotate

      protected void rotate(net.minecraft.world.level.block.state.BlockState state, com.mojang.blaze3d.vertex.PoseStack ms)
      Specified by:
      rotate in class ValueBoxTransform
    • shouldRender

      public boolean shouldRender(net.minecraft.world.level.block.state.BlockState state)
      Overrides:
      shouldRender in class ValueBoxTransform
    • testHit

      public boolean testHit(net.minecraft.world.level.block.state.BlockState state, net.minecraft.world.phys.Vec3 localHit)
      Overrides:
      testHit in class ValueBoxTransform
    • isSideActive

      protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
    • getSide

      public net.minecraft.core.Direction getSide()