mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-11 22:45:38 -04:00
expose delegate to extenders
This commit is contained in:
parent
5ae06d69a3
commit
2f14adefaa
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class FabricBlockBuilder {
|
|||
void fabric_setDropTable(Identifier id);
|
||||
}
|
||||
|
||||
private final Block.Builder delegate;
|
||||
protected final Block.Builder delegate;
|
||||
private final FabricBlockBuilder.Delegate castDelegate;
|
||||
|
||||
protected FabricBlockBuilder(Material material) {
|
||||
|
|
Loading…
Add table
Reference in a new issue