Class ShaderParameters.Value<T>
java.lang.Object
com.pixelmonmod.pixelmon.client.render.shader.ShaderParameters.Value<T>
- Enclosing class:
- ShaderParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(com.mojang.blaze3d.shaders.AbstractUniform uniform) static <A> ShaderParameters.Value<A>
read
(net.minecraft.network.FriendlyByteBuf buf) void
write
(net.minecraft.network.FriendlyByteBuf buf)
-
Constructor Details
-
Value
-
-
Method Details
-
apply
public void apply(com.mojang.blaze3d.shaders.AbstractUniform uniform) -
write
public void write(net.minecraft.network.FriendlyByteBuf buf) -
read
-