Class ItemCombinerMenuMixin

java.lang.Object
com.stereowalker.unionlib.mixin.blockinteractionattr.ItemCombinerMenuMixin

public abstract class ItemCombinerMenuMixin extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected net.minecraft.world.inventory.ContainerLevelAccess
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract boolean
    isValidBlock(net.minecraft.world.level.block.state.BlockState state)
     
    boolean
    stillValid(net.minecraft.world.entity.player.Player player)
     

    Methods inherited from class java.lang.Object

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

    • access

      protected net.minecraft.world.inventory.ContainerLevelAccess access
  • Constructor Details

    • ItemCombinerMenuMixin

      public ItemCombinerMenuMixin()
  • Method Details

    • isValidBlock

      protected abstract boolean isValidBlock(net.minecraft.world.level.block.state.BlockState state)
    • stillValid

      public boolean stillValid(net.minecraft.world.entity.player.Player player)