Interface ICustomTooltipName

All Known Implementing Classes:
FluidPlastic.Bucket, KeroseneLampBlock.ItemBlockKeroseneLamp, PlasticBrickBlock.ItemPlasticBrick, SmoothPlasticBrickBlock.SmoothPlasticBrickItem, WallLampBlock.ItemWallLamp

public interface ICustomTooltipName
Allows a group of items/blocks to share a translation key, e.g. see plastic construction bricks Only to be used client-side!
  • Method Details

    • getCustomTooltipTranslationKey

      String getCustomTooltipTranslationKey()
    • getTranslationKey

      static String getTranslationKey(net.minecraft.world.item.ItemStack stack, boolean brief)