Class FlareMaterial
java.lang.Object
foundry.veil.api.flare.data.effect.FlareMaterial
- Since:
- 2.5.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFlareMaterial(String clazz, net.minecraft.resources.ResourceLocation renderTypeLocation, boolean randomizeSeed, Map<String, Property<?>> properties) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyProperties(EffectHost host, @Nullable net.minecraft.client.renderer.ShaderInstance shader, Map<String, List<PropertyModifier<?>>> modifiers) clazz()booleannet.minecraft.resources.ResourceLocationvoidresetProperties(EffectHost host, @Nullable net.minecraft.client.renderer.ShaderInstance shader)
-
Field Details
-
CODEC
-
-
Constructor Details
-
FlareMaterial
-
-
Method Details
-
applyProperties
public void applyProperties(EffectHost host, @Nullable @Nullable net.minecraft.client.renderer.ShaderInstance shader, Map<String, List<PropertyModifier<?>>> modifiers) -
resetProperties
public void resetProperties(EffectHost host, @Nullable @Nullable net.minecraft.client.renderer.ShaderInstance shader) -
clazz
-
renderTypeLocation
public net.minecraft.resources.ResourceLocation renderTypeLocation() -
randomizeSeed
public boolean randomizeSeed() -
properties
-