com.parzivail.util.gen.world.ChunkView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
package com.parzivail.util.gen.world;
import net.minecraft.class_1297;
import net.minecraft.class_1922;
import net.minecraft.class_1923;
import net.minecraft.class_2338;
import net.minecraft.class_2586;
import net.minecraft.class_2680;
import net.minecraft.class_2902;
public interface ChunkView extends class_1922
{
class_1923 getChunkPos();
int sampleHeightmap(class_2902.class_2903 type, int x, int z);
void setBlockState(class_2338 pos, class_2680 state);
void setBlockEntity(class_2586 blockEntity);
void addEntity(class_1297 entity);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy