Package com.hbm_m.client.model
Class FabricRenderDataBridge
java.lang.Object
com.hbm_m.client.model.FabricRenderDataBridge
Thread-local bridge that passes block entity render attachment data from the
chunk rebuild call site (
ModelBlockRenderer.tesselateBlock) to
BakedModel.getQuads() which has no BlockPos parameter.
On Forge this is not needed because getQuads receives
ModelData directly. On Fabric + Sodium, FabricBakedModel
is not supported without Indium, so we use this thread-local approach
instead.
-
Method Summary
-
Method Details
-
set
-
get
-
clear
public static void clear()
-