Class ApothNullImpl

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 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)