mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-01-04 15:41:30 +00:00
woops
This commit is contained in:
@@ -85,9 +85,9 @@ public abstract class ExternalDataProvider {
|
||||
*/
|
||||
public void processUpdate(@NotNull Engine engine, @NotNull Block block, @NotNull Identifier blockId) {}
|
||||
|
||||
public abstract @NotNull Identifier @NotNull [] getBlockTypes();
|
||||
public abstract @NotNull Identifier[] getBlockTypes();
|
||||
|
||||
public abstract @NotNull Identifier @NotNull [] getItemTypes();
|
||||
public abstract @NotNull Identifier[] getItemTypes();
|
||||
|
||||
public abstract boolean isValidProvider(@NotNull Identifier id, boolean isItem);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user