Interface PressingBehaviour.PressingBehaviourSpecifics

All Known Implementing Classes:
MechanicalPressTileEntity
Enclosing class:
PressingBehaviour

public static interface PressingBehaviour.PressingBehaviourSpecifics
  • Method Details

    • tryProcessInBasin

      boolean tryProcessInBasin(boolean simulate)
    • tryProcessOnBelt

      boolean tryProcessOnBelt(TransportedItemStack input, List<net.minecraft.world.item.ItemStack> outputList, boolean simulate)
    • tryProcessInWorld

      boolean tryProcessInWorld(net.minecraft.world.entity.item.ItemEntity itemEntity, boolean simulate)
    • canProcessInBulk

      boolean canProcessInBulk()
    • onPressingCompleted

      void onPressingCompleted()
    • getParticleAmount

      int getParticleAmount()
    • getKineticSpeed

      float getKineticSpeed()