package net.minecraft.world.level.block; public enum RenderShape { INVISIBLE, ENTITYBLOCK_ANIMATED, MODEL; }