Class TextureBinder
java.lang.Object
dev.engine_room.flywheel.backend.engine.TextureBinder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextureBinder
public TextureBinder()
-
-
Method Details
-
bind
public static void bind(net.minecraft.resources.ResourceLocation resourceLocation) -
bindLightAndOverlay
public static void bindLightAndOverlay() -
resetLightAndOverlay
public static void resetLightAndOverlay() -
byName
public static int byName(net.minecraft.resources.ResourceLocation texture) Get a built-in texture by its resource location.- Parameters:
texture- The texture's resource location.- Returns:
- The texture.
-