BlockStates pattern loading optimization
This commit is contained in:
parent
1847b25aa9
commit
3b96ee6307
7 changed files with 27 additions and 94 deletions
|
@ -1,12 +0,0 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.util.Identifier;
|
||||
|
||||
public interface IdentifiedContext {
|
||||
public Identifier getContextId();
|
||||
public void setContextId(Identifier id);
|
||||
|
||||
default void removeId() {
|
||||
this.setContextId(null);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue