peanut-framework / Types/Minecraft/Materials/entity / EntityRenderMethods
Type Alias: EntityRenderMethods
ts
type EntityRenderMethods =
| "alpha_test"
| "alpha_test_single_sided"
| "blend"
| "double_sided"
| "opaque"
| "alpha_block"
| "alpha_block_color"
| "banner"
| "banner_pole"
| "beacon_beam"
| "beacon_beam_transparent"
| "charged_creeper"
| "conduit_wind"
| "entity"
| "entity_alphablend"
| "entity_alphablend_nocolorentity_static"
| "entity_alphatest"
| "entity_alphatest_change_color"
| "entity_alphatest_change_color_glint"
| "entity_alphatest_glint"
| "entity_alphatest_glint_item"
| "entity_alphatest_multicolor_tint"
| "entity_beam"
| "entity_beam_additive"
| "entity_change_color"
| "entity_change_color_glint"
| "entity_custom"
| "entity_dissolve_layer0"
| "entity_dissolve_layer1"
| "entity_emissive"
| "entity_emissive_alpha"
| "entity_emissive_alpha_one_sided"
| "entity_flat_color_line"
| "entity_glint"
| "entity_lead_base"
| "entity_loyalty_rope"
| "entity_multitexture"
| "entity_multitexture_alpha_test"
| "entity_multitexture_alpha_test_color_mask"
| "entity_multitexture_color_mask"
| "entity_multitexture_masked"
| "entity_multitexture_multiplicative_blend"
| "entity_nocull"
| "guardian_ghost"
| "item_in_hand"
| "item_in_hand_entity_alphatest"
| "item_in_hand_entity_alphatest_color"
| "item_in_hand_glint"
| "item_in_hand_multicolor_tint"
| "map"
| "map_decoration"
| "map_marker"
| "moving_block"
| "moving_block_alpha"
| "moving_block_alpha_seasons"
| "moving_block_alpha_single_side"
| "moving_block_blend"
| "moving_block_double_side"
| "moving_block_seasons"
| "opaque_block"
| "opaque_block_color"
| "opaque_block_color_uv2";