Class EncasedCrushingWheelControllerBlockEntity.CrushingWheelValueBox

java.lang.Object
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform
com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
com.petrolpark.compat.create.common.processing.crushingWheel.EncasedCrushingWheelControllerBlockEntity.CrushingWheelValueBox
Enclosing class:
EncasedCrushingWheelControllerBlockEntity

public class EncasedCrushingWheelControllerBlockEntity.CrushingWheelValueBox extends com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
  • 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
    Constructor
    Description
     
  • Method Summary

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

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

    fromSide, getLocalOffset, getSide, rotate, 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

    • CrushingWheelValueBox

      public CrushingWheelValueBox()
  • Method Details

    • getSouthLocation

      protected net.minecraft.world.phys.Vec3 getSouthLocation()
      Specified by:
      getSouthLocation in class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
    • shouldRender

      public boolean shouldRender(net.minecraft.world.level.LevelAccessor level, net.minecraft.core.BlockPos pos, net.minecraft.world.level.block.state.BlockState state)
      Overrides:
      shouldRender in class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided
    • isSideActive

      protected boolean isSideActive(net.minecraft.world.level.block.state.BlockState state, net.minecraft.core.Direction direction)
      Overrides:
      isSideActive in class com.simibubi.create.foundation.blockEntity.behaviour.ValueBoxTransform.Sided