mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Migrate the logic for which pass a block goes into. Also updated it and made it use tags where possible.
This commit is contained in:
@ -37,22 +37,6 @@ import org.spongepowered.api.world.biome.BiomeType;
|
||||
*/
|
||||
public interface SpongeImplAdapter {
|
||||
|
||||
/**
|
||||
* Resolves the numerical ID from this {@link ItemType}
|
||||
*
|
||||
* @param type The itemtype
|
||||
* @return The numerical ID
|
||||
*/
|
||||
int resolve(ItemType type);
|
||||
|
||||
/**
|
||||
* Resolves the numerical ID from this {@link BlockType}
|
||||
*
|
||||
* @param type The blocktype
|
||||
* @return The numerical ID
|
||||
*/
|
||||
int resolve(BlockType type);
|
||||
|
||||
/**
|
||||
* Resolves the numerical ID from this {@link BiomeType}
|
||||
*
|
||||
@ -61,10 +45,6 @@ public interface SpongeImplAdapter {
|
||||
*/
|
||||
int resolve(BiomeType type);
|
||||
|
||||
ItemType resolveItem(int intID);
|
||||
|
||||
BlockType resolveBlock(int intID);
|
||||
|
||||
BiomeType resolveBiome(int intID);
|
||||
|
||||
BaseEntity createBaseEntity(Entity entity);
|
||||
|
Reference in New Issue
Block a user