Package foundry.veil.mixin.resource
Class ResourceVanillaPackResourcesMixin
java.lang.Object
foundry.veil.mixin.resource.ResourceVanillaPackResourcesMixin
- All Implemented Interfaces:
PackResourcesExtension
public abstract class ResourceVanillaPackResourcesMixin
extends Object
implements PackResourcesExtension
-
Nested Class Summary
Nested classes/interfaces inherited from interface foundry.veil.ext.PackResourcesExtension
PackResourcesExtension.PackResourceConsumer
-
Field Summary
Fields inherited from interface foundry.veil.ext.PackResourcesExtension
BUILD_RESOURCES_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract net.minecraft.server.packs.resources.IoSupplier
<InputStream> getRootResource
(String... elements) boolean
@Nullable net.minecraft.server.packs.resources.IoSupplier
<InputStream> boolean
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface foundry.veil.ext.PackResourcesExtension
veil$listPacks
-
Constructor Details
-
ResourceVanillaPackResourcesMixin
public ResourceVanillaPackResourcesMixin()
-
-
Method Details
-
getRootResource
public abstract net.minecraft.server.packs.resources.IoSupplier<InputStream> getRootResource(String... elements) -
veil$listResources
- Specified by:
veil$listResources
in interfacePackResourcesExtension
-
veil$isStatic
public boolean veil$isStatic()- Specified by:
veil$isStatic
in interfacePackResourcesExtension
-
veil$getRawResourceRoots
- Specified by:
veil$getRawResourceRoots
in interfacePackResourcesExtension
-
veil$getIcon
@Nullable public @Nullable net.minecraft.server.packs.resources.IoSupplier<InputStream> veil$getIcon()- Specified by:
veil$getIcon
in interfacePackResourcesExtension
-
veil$blurIcon
public boolean veil$blurIcon()- Specified by:
veil$blurIcon
in interfacePackResourcesExtension
-