Interface Loaded
- All Known Subinterfaces:
ClientLoaded,CommonLoaded,DataGenerating,ServerLoaded
- All Known Implementing Classes:
AutoLoaded,AutoLoader
public interface Loaded
A value that should be loaded at runtime.
This interface is typically not used directly. You most likely want one of its sub-interfaces.
- Since:
- 1.0.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.util.IdentifierReturns this value's associated identifier, typically used during the automatic loading process.
-
Method Details
-
getLoaderId
net.minecraft.util.Identifier getLoaderId()Returns this value's associated identifier, typically used during the automatic loading process.- Returns:
- This value's associated identifier.
- Since:
- 1.0.0
-