mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:21:46 +01:00
Added Renderer To IBogeyBlock
This commit is contained in:
parent
ded4c1f613
commit
7238fb93f3
1 changed files with 3 additions and 0 deletions
|
@ -88,4 +88,7 @@ public interface IBogeyBlock extends IWrenchable {
|
|||
return state;
|
||||
}
|
||||
|
||||
public Class<? extends BogeyRenderer> getRendererClass();
|
||||
|
||||
public BogeyRenderer getRenderer();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue