fabric-block-view-api-v2-1.0.34+e4fd1b926f.jar

Download file
    package net.fabricmc.fabric.api.blockview.v2;

import org.jetbrains.annotations.Nullable;

public interface RenderDataBlockEntity {
   default @Nullable Object getRenderData() {
      return null;
   }
}
    
Download file