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