java.lang.Object
com.hammy275.immersivemc.common.compat.apotheosis.ApothBaseCompatImpl
com.hammy275.immersivemc.common.compat.apotheosis.ApothNullImpl
All Implemented Interfaces:
ApothCompat

public class ApothNullImpl extends ApothBaseCompatImpl
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    doEnchant(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, int tier, net.minecraft.world.item.ItemStack item)
     
    List<net.minecraft.world.item.ItemStack>
    doSalvage(net.minecraft.world.entity.player.Player player, List<net.minecraft.world.item.ItemStack> input, net.minecraft.core.BlockPos pos)
     
    boolean
     
    getEnchData(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.item.ItemStack item)
     
    getStats(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, int itemEnchantability)
     
    boolean
    isSalvagable(net.minecraft.world.item.ItemStack input, net.minecraft.world.level.Level level)
     
    boolean
    isSalvagingTable(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
     

    Methods inherited from class com.hammy275.immersivemc.common.compat.apotheosis.ApothBaseCompatImpl

    suppressVanillaEnchanting

    Methods inherited from class java.lang.Object

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

    • ApothNullImpl

      public ApothNullImpl()
  • Method Details

    • getStats

      public ApothStats getStats(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos, int itemEnchantability)
    • doEnchant

      public net.minecraft.world.item.ItemStack doEnchant(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, int tier, net.minecraft.world.item.ItemStack item)
    • getEnchData

      public ETableStorage.SlotData[] getEnchData(net.minecraft.world.entity.player.Player player, net.minecraft.core.BlockPos pos, net.minecraft.world.item.ItemStack item)
    • enchantModuleEnabled

      public boolean enchantModuleEnabled()
    • isSalvagingTable

      public boolean isSalvagingTable(net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
    • doSalvage

      public List<net.minecraft.world.item.ItemStack> doSalvage(net.minecraft.world.entity.player.Player player, List<net.minecraft.world.item.ItemStack> input, net.minecraft.core.BlockPos pos)
    • isSalvagable

      public boolean isSalvagable(net.minecraft.world.item.ItemStack input, net.minecraft.world.level.Level level)