Class PneumaticTubeBlockEntity.PneumaticTubeValueBoxTransform

java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
com.simibubi.create.content.kinetics.deployer.DeployerFilterSlot
com.petrolpark.petrolsparts.content.logistics.pneumaticTube.PneumaticTubeBlockEntity.PneumaticTubeValueBoxTransform
Enclosing class:
PneumaticTubeBlockEntity

protected class PneumaticTubeBlockEntity.PneumaticTubeValueBoxTransform extends com.simibubi.create.content.kinetics.deployer.DeployerFilterSlot
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform

    com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Dual, com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
  • Field Summary

    Fields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided

    direction

    Fields inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform

    scale
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.Vec3
    getLocalOffset(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
     
    protected boolean
    isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
     

    Methods inherited from class com.simibubi.create.content.kinetics.deployer.DeployerFilterSlot

    getSouthLocation, rotate

    Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided

    fromSide, getSide, shouldRender, testHit

    Methods inherited from class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform

    getFontScale, getOverrideColor, getScale, rotateHorizontally, transform

    Methods inherited from class java.lang.Object

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

    • PneumaticTubeValueBoxTransform

      protected PneumaticTubeValueBoxTransform()
  • Method Details

    • getLocalOffset

      public net.minecraft.world.phys.Vec3 getLocalOffset(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Overrides:
      getLocalOffset in class com.simibubi.create.content.kinetics.deployer.DeployerFilterSlot
    • isSideActive

      protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
      Overrides:
      isSideActive in class com.simibubi.create.content.kinetics.deployer.DeployerFilterSlot