Modifier and Type | Field and Description |
---|---|
private static java.util.Map<Heightmap.Type,java.lang.String> |
DebugOverlayGui.HEIGHTMAP_NAMES |
Modifier and Type | Field and Description |
---|---|
private Heightmap.Type |
EntitySpawnPlacementRegistry.Entry.type |
Modifier and Type | Method and Description |
---|---|
static Heightmap.Type |
EntitySpawnPlacementRegistry.func_209342_b(EntityType<?> entityTypeIn) |
Modifier and Type | Method and Description |
---|---|
static <T extends MobEntity> |
EntitySpawnPlacementRegistry.register(EntityType<T> entityTypeIn,
EntitySpawnPlacementRegistry.PlacementType placementType,
Heightmap.Type heightMapType,
EntitySpawnPlacementRegistry.IPlacementPredicate<T> p_209343_3_) |
Constructor and Description |
---|
Entry(Heightmap.Type typeIn,
EntitySpawnPlacementRegistry.PlacementType placementTypeIn,
EntitySpawnPlacementRegistry.IPlacementPredicate<?> placementPredicateIn) |
Modifier and Type | Method and Description |
---|---|
default BlockPos |
IWorld.getHeight(Heightmap.Type heightmapType,
BlockPos pos) |
default BlockPos |
IWorldReader.getHeight(Heightmap.Type heightmapType,
BlockPos pos) |
int |
World.getHeight(Heightmap.Type heightmapType,
int x,
int z) |
int |
IWorldReader.getHeight(Heightmap.Type heightmapType,
int x,
int z) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Heightmap.Type,Heightmap> |
Chunk.heightMap |
private java.util.Map<Heightmap.Type,Heightmap> |
ChunkPrimer.heightmaps |
private java.util.EnumSet<Heightmap.Type> |
ChunkStatus.heightmaps |
private static java.util.EnumSet<Heightmap.Type> |
ChunkStatus.POST_FEATURES |
private static java.util.EnumSet<Heightmap.Type> |
ChunkStatus.PRE_FEATURES |
Modifier and Type | Method and Description |
---|---|
private Heightmap.Type |
ChunkPrimerWrapper.func_209532_c(Heightmap.Type p_209532_1_) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.util.Map.Entry<Heightmap.Type,Heightmap>> |
ChunkPrimer.getHeightmaps() |
java.util.Collection<java.util.Map.Entry<Heightmap.Type,Heightmap>> |
Chunk.getHeightmaps() |
java.util.Collection<java.util.Map.Entry<Heightmap.Type,Heightmap>> |
IChunk.getHeightmaps() |
java.util.EnumSet<Heightmap.Type> |
ChunkStatus.getHeightMaps() |
Modifier and Type | Method and Description |
---|---|
private Heightmap.Type |
ChunkPrimerWrapper.func_209532_c(Heightmap.Type p_209532_1_) |
Heightmap |
ChunkPrimer.getHeightmap(Heightmap.Type typeIn) |
Heightmap |
Chunk.getHeightmap(Heightmap.Type typeIn) |
Heightmap |
IChunk.getHeightmap(Heightmap.Type typeIn) |
int |
ChunkPrimer.getTopBlockY(Heightmap.Type heightmapType,
int x,
int z) |
int |
ChunkPrimerWrapper.getTopBlockY(Heightmap.Type heightmapType,
int x,
int z) |
int |
Chunk.getTopBlockY(Heightmap.Type heightmapType,
int x,
int z) |
int |
IChunk.getTopBlockY(Heightmap.Type heightmapType,
int x,
int z) |
void |
ChunkPrimer.setHeightmap(Heightmap.Type type,
long[] data) |
void |
ChunkPrimerWrapper.setHeightmap(Heightmap.Type type,
long[] data) |
void |
Chunk.setHeightmap(Heightmap.Type type,
long[] data) |
void |
IChunk.setHeightmap(Heightmap.Type type,
long[] data) |
Modifier and Type | Method and Description |
---|---|
private static ChunkStatus |
ChunkStatus.register(java.lang.String key,
ChunkStatus p_223207_1_,
int p_223207_2_,
java.util.EnumSet<Heightmap.Type> p_223207_3_,
ChunkStatus.Type p_223207_4_,
ChunkStatus.IGenerationWorker p_223207_5_) |
private static ChunkStatus |
ChunkStatus.register(java.lang.String key,
ChunkStatus p_223196_1_,
int p_223196_2_,
java.util.EnumSet<Heightmap.Type> p_223196_3_,
ChunkStatus.Type p_223196_4_,
ChunkStatus.IGenerationWorker p_223196_5_,
ChunkStatus.ILoadingWorker p_223196_6_) |
private static ChunkStatus |
ChunkStatus.registerSelective(java.lang.String key,
ChunkStatus p_223203_1_,
int p_223203_2_,
java.util.EnumSet<Heightmap.Type> p_223203_3_,
ChunkStatus.Type p_223203_4_,
ChunkStatus.ISelectiveWorker p_223203_5_) |
Constructor and Description |
---|
ChunkStatus(java.lang.String nameIn,
ChunkStatus parentIn,
int taskRangeIn,
java.util.EnumSet<Heightmap.Type> heightmapsIn,
ChunkStatus.Type typeIn,
ChunkStatus.IGenerationWorker generationWorkerIn,
ChunkStatus.ILoadingWorker loadingWorkerIn) |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,Heightmap.Type> |
Heightmap.Type.BY_ID |
Modifier and Type | Method and Description |
---|---|
static Heightmap.Type |
Heightmap.Type.getTypeFromId(java.lang.String idIn) |
static Heightmap.Type |
Heightmap.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Heightmap.Type[] |
Heightmap.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
FlatChunkGenerator.func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type heightmapType) |
int |
DebugChunkGenerator.func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type heightmapType) |
abstract int |
ChunkGenerator.func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type heightmapType) |
int |
NoiseChunkGenerator.func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type heightmapType) |
int |
ChunkGenerator.func_222531_c(int p_222531_1_,
int p_222531_2_,
Heightmap.Type heightmapType) |
int |
ChunkGenerator.func_222532_b(int p_222532_1_,
int p_222532_2_,
Heightmap.Type heightmapType) |
BlockPos |
IWorldGenerationBaseReader.getHeight(Heightmap.Type heightmapType,
BlockPos pos) |
int |
WorldGenRegion.getHeight(Heightmap.Type heightmapType,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
static void |
Heightmap.updateChunkHeightmaps(IChunk chunkIn,
java.util.Set<Heightmap.Type> types) |
Constructor and Description |
---|
Heightmap(IChunk chunkIn,
Heightmap.Type type) |
Modifier and Type | Field and Description |
---|---|
private Heightmap.Type |
GravityStructureProcessor.heightmap |
Constructor and Description |
---|
GravityStructureProcessor(Heightmap.Type heightmap,
int offset) |
Modifier and Type | Field and Description |
---|---|
Heightmap.Type |
TopSolidWithNoiseConfig.heightmap |
Constructor and Description |
---|
TopSolidWithNoiseConfig(int noiseToCountRatio,
double noiseFactor,
double noiseOffset,
Heightmap.Type heightmap) |