Skip to content

peanut-framework / Types/Minecraft/Materials/block / BlockRenderMethods

Type Alias: BlockRenderMethods

ts
type BlockRenderMethods = 
  | "alpha_test"
  | "alpha_test_single_sided"
  | "blend"
  | "double_sided"
  | "opaque";

Released under the MIT License.