Interface MaterialShaders
- All Known Implementing Classes:
SimpleMaterialShaders
public interface MaterialShaders
A vertex and fragment shader pair that can be attached to a material.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.resources.ResourceLocationnet.minecraft.resources.ResourceLocation
-
Method Details
-
vertexSource
net.minecraft.resources.ResourceLocation vertexSource() -
fragmentSource
net.minecraft.resources.ResourceLocation fragmentSource()
-