6 lines
90 B
Java
6 lines
90 B
Java
package net.minecraft.world.level.block;
|
|
|
|
public enum RenderShape {
|
|
INVISIBLE,
|
|
MODEL;
|
|
}
|