mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-19 04:13:42 +01:00
8 lines
159 B
Java
8 lines
159 B
Java
package com.simibubi.create.foundation.block;
|
|
|
|
/**
|
|
* Blocks only registered for use in other blocks' renderers.
|
|
*/
|
|
public interface IRenderUtilityBlock {
|
|
|
|
}
|