Package hiiragi283.core.api.material
Class HTMaterialContents.SimpleEntry
-
- All Implemented Interfaces:
-
hiiragi283.core.api.material.HTMaterialContents.Entry,hiiragi283.core.api.registry.HTHolderLike,hiiragi283.core.api.resource.HTIdLike,hiiragi283.core.api.resource.HTKeyLike,java.util.function.Supplier
public final class HTMaterialContents.SimpleEntry<V extends Object> implements HTMaterialContents.Entry<V>
- Since:
0.13.0
-
-
Constructor Summary
Constructors Constructor Description HTMaterialContents.SimpleEntry(HTHolderLike<V, ?> holder, Boolean isBuiltIn)
-
Method Summary
Modifier and Type Method Description BooleanisBuiltIn()StringgetNamespace()StringgetPath()Either<ResourceKey<V>, Holder<V>>unwrap()Vget()-
Methods inherited from class hiiragi283.core.api.material.HTMaterialContents.Entry
component1, component2, component3 -
Methods inherited from class hiiragi283.core.api.registry.HTHolderLike
getHolder, getResourceKey -
Methods inherited from class hiiragi283.core.api.resource.HTKeyLike
getId, isOf, isOf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
HTMaterialContents.SimpleEntry
HTMaterialContents.SimpleEntry(HTHolderLike<V, ?> holder, Boolean isBuiltIn)
-
-
-
-