Interface IQualityEffectDescription
- All Known Implementing Classes:
SimpleQualityEffectDescription
public interface IQualityEffectDescription
-
Method Summary
Modifier and TypeMethodDescriptionList<net.minecraft.network.chat.FormattedText> getDescription(net.minecraft.world.item.ItemStack stack, IQuality quality) net.minecraft.resources.ResourceLocationid()booleanStream<net.minecraft.world.item.ItemStack>
-
Method Details
-
id
net.minecraft.resources.ResourceLocation id() -
isEnabled
boolean isEnabled() -
streamApplicableItemStacks
Stream<net.minecraft.world.item.ItemStack> streamApplicableItemStacks() -
getDescription
-