Interface ResearchIcon
- All Known Implementing Classes:
ItemResearchIcon
public interface ResearchIcon
The
ResearchIcon is a utility interface containing
the id as well as the object that renders for the icon.
The actual rendering of the icon is handled on the client
side through a ClientResearchIcon
class
The default Research Icon implementation is ItemResearchIcon
which is used in SimpleResearch
-
Method Summary
-
Method Details
-
id
net.minecraft.resources.ResourceLocation id()- Returns:
- The id of this type of Research Icon. Usually this is just a constant in the Research Icon class
-