mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-13 19:26:14 +00:00
remove isTerraWorld from Fabric mixins
This commit is contained in:
@@ -115,10 +115,6 @@ public abstract class ChunkRegionMixin {
|
||||
return this;
|
||||
}
|
||||
|
||||
public boolean terraWorld$isTerraWorld() {
|
||||
return terraWorld$getGenerator() instanceof GeneratorWrapper;
|
||||
}
|
||||
|
||||
public TerraChunkGenerator terraWorld$getTerraGenerator() {
|
||||
return ((FabricChunkGeneratorWrapper) terraWorld$getGenerator()).getHandle();
|
||||
}
|
||||
|
||||
@@ -100,10 +100,6 @@ public abstract class ServerWorldMixin {
|
||||
return this;
|
||||
}
|
||||
|
||||
public boolean terra$isTerraWorld() {
|
||||
return terra$getGenerator() instanceof GeneratorWrapper;
|
||||
}
|
||||
|
||||
public TerraChunkGenerator terra$getTerraGenerator() {
|
||||
return ((FabricChunkGeneratorWrapper) terra$getGenerator()).getHandle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user