Class RedstoneController.ReceivingRedstoneMode<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>>

java.lang.Object
me.desht.pneumaticcraft.common.block.entity.RedstoneController.RedstoneMode<T>
me.desht.pneumaticcraft.common.block.entity.RedstoneController.ReceivingRedstoneMode<T>
Enclosing class:
RedstoneController<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>>

public static class RedstoneController.ReceivingRedstoneMode<T extends net.minecraft.world.level.block.entity.BlockEntity & IRedstoneControl<T>> extends RedstoneController.RedstoneMode<T>
  • Constructor Details

    • ReceivingRedstoneMode

      public ReceivingRedstoneMode(String id, net.minecraft.resources.ResourceLocation texture, Predicate<T> runPredicate)
    • ReceivingRedstoneMode

      public ReceivingRedstoneMode(String id, net.minecraft.world.item.ItemStack stackIcon, Predicate<T> runPredicate)