您的足迹: type

类型

目录

类型

注意:此处没有列出不推荐使用的类型,并且也强烈不建议使用它们,尽可能使用推荐使用的等价类型。

Mindustry Javadoc(随即跟进)查看不推荐使用的类和方法。

所有的 json 示例都来自 BuleWolf3682 的 Exotic Mod(已经没了)。仅供参考,不要直接粘贴到你的 mod 中,可能不会工作! 译者注:本文的英文原文全部使用脚本生成,信息源来自源代码及其注释。

Block

Block

键名类型默认值解释
hasItemsbooleanfalse如果值为true,那么方块将会有物品栏并可以接受物品
hasLiquidsbooleanfalse如果值为true,那么方块将会有液体栏并可以接受液体
hasPowerbooleanfalse如果值为true,那么方块将会有电力栏并可以接受电力
outputsLiquidbooleanfalse如果值为true,那么方块将能输出液体
consumesPowerbooleantrue如果值为true,那么方块将消耗电力
outputsPowerbooleanfalse如果值为true,那么方块将会发电
acceptsPayloadbooleanfalse如果值为true,那么方块将可以接受载荷
acceptsItemsbooleanfalse如果值为true,那么方块将可以接受物品
separateItem Capacitybooleanfalse如果值为true,那么方块的物品容量会被分割。注:原类型名无空格,此处排版需要
itemCapacityint10值为方块中物品栏每种物品容量
LiquidCapacityfloat10.0值为方块中液体栏每种液体容量,为float浮点数可以带小数点
liquidPressurefloat1.0值为方块液压,或许和液体传输速度有关
barsBlockBarsnew BlockBars()值意义不明,需要js/java支持,用于显示生命值之类的条
comsumesConsumersnew Consumers()值为物品的消耗器,内部值在下方说明
outputFacingbooleantrue如果值为false,那么方块将只向朝向输出。应用情景为载荷方面
noSideBlendbooleanfalse如果值为true,那么方块将不接受侧面输入,用于实现装甲传送带
displayFlowbooleantrue如果值为true,那么方块可以显示物品/液体流速
inEditorbooleantrue如果值为true,那么方块可以出现在(游戏外)编辑器里
lastConfigObjectnull值为对象,需要js/java支持 此值是为了saveConfig,没必要手动赋值
saveConfigbooleanfalse如果值为true,那么方块将保存配置以供下一个同样方块使用(效果类似分类器)
copyConfigbooleantrue如果值为true,那么方块将允许在复制/蓝图时保存建筑配置(效果类似桥在蓝图中保存连接)
updatebooleanfalse如果值为true,那么方块将时刻更新实体渲染
destructiblebooleanfalse如果值为false,那么方块拥有血量并可以被破坏
unloadablebooleantrue如果值为true,那么方块可以使用卸载器卸货
allowResupplybooleanfalse如果值为true,那么方块可以通过从此方块去除物品的方法重新提供(意味深
solidbooleanfalse如果值为true,那么方块为坚固的(意味深
solidifesbooleanfalse如果值为true,那么方块为坚固的(意味深
rotatebooleanfalse如果值为true,那么方块可以不重新建造而旋转
variantsint0值为使用的不同变种个数
drawArrowbooleantrue如果值为flase,那么方块将绘制箭头。请注意,并不在直线/斜线建造时绘制箭头
saveDatabooleanfalse仅供静态方块使用,如果值为true,那么方块的data()会存入world data
breakablebooleanfalse如果值为true,那么方块可以右键拆除
rebuildablebooleanfalse如果值为true,那么被损毁的此类方块加入 brokenblocks,false则产生钍反应堆破坏不重建的效果
requiresWaterbooleanfalse如果值为true,那么只能放置在水上
placeableLiquidbooleanfalse如果值为true,那么方块可以放置在液体上,即任何位置
placeablePlayerbooleantrue如果值为true,那么方块可以直接被玩家放置通过放置碎片(意味深
placeableOnbooleantrue如果值为true,那么这个地板可以放置在上面
insulatesbooleanfalse如果值为true,那么方块的配置已经被保护(意味深
squareSpritebooleanfalse如果值为true,那么方块贴图为正方形
absorbLasersbooleanfalse如果值为true,那么方块可以像塑钢墙一样吸收激光
enableDrawStatusbooleantrue如果值为true,那么方块可以被绘制状态(就是右下角的带颜色菱形)
drawDisablesbooleantrue如果值为true,那么方块可以被绘制禁用状态
autoResetEnabledbooleantrue如果值为true,那么方块将会在逻辑处理器禁用之后的一段时间里自动启用
noUpdateDisabledbooleanfalse如果值为true,那么方块将在禁用时停止更新
updateInUnitsbooleantrue如果值为true,那么方块将会在变成单位的载荷时更新。根本没有用/根本没用到
useColorbooleantrue如果值为true,那么方块将会在小地图绘制颜色
itemDropItemnull值为从该方块掉落的物品,用于钻头
attributesAttributesnew Attributes()值为特定物品的属性表,疑需要js/java支持
healthint-1值为方块的血量
baseExplosivenessfloat0.0值为方块的爆炸性
destoryBulletBulletTypenull值为方块被破坏时发射的子弹,类似钍反应堆的爆炸效果
floatingbooleanfalse如果值为true,可以放置在液体边缘,类似液体管道
sizeint1值为方块的边长
offsetfloat0.0值为方块的迭代
expendedbooleanfalse不推荐使用,请改用clipSize。它不起任何作用,保留它是为了保持与 v6 模组的兼容性。
clipSizefloat-1.0值为这个方块的蓝图尺寸,应该和方块绘制地一样大
timersint1值为计时器最大使用时长
cacheLayerCacheLayernormal值为缓存层。仅用于缓存渲染。
fillsTilebooleantrue如果值为false,则即使缓存了地板,也会在该块下绘制地板
alwaysReplacebooleanfalse如果值为true,那么方块可以随时转向,而不耗费材料(效果类似传送带、兵工厂)
replaceablebooleanfalse如果值为false,那么方块不可能被覆盖
groupBlockGroupfalse值为方块所在的组,除非“replaceable”字段设置为 false ,否则相同组里的方块可以互相覆盖)
flagsEnumSetof()值为方块的标志,用于 AI 索引
priorityTargetPrioritybase这个方块的寻路成本,用于实体寻路
unitCapModifierint0这个区块对单位上限的影响程度,必须同时拥有 unitModifier 才能工作!
configurablebooleanfalse如果值为true,那么
allowConfigInventorybooleantrue如果值为true,那么
logicConfigurablebooleanfalse如果值为true,那么
consumesTapbooleantrue 如果值为true,那么
drawLiquidLightbooleantrue如果值为true,那么
envRequiredint0如果值为true,那么
envEnabledint1如果值为true,那么
envDisabledint0如果值为true,那么
syncbooleanfalse如果值为true,那么
conveyorPlacementbooleanfalse如果值为true,那么
swapDiagonalPlacementbooleanfalse如果值为true,那么
schematicPriorityint1如果值为true,那么
mapColorColor000000ff如果值为true,那么
hasColorbooleanfalse如果值为true,那么
targetablebooleantrue如果值为true,那么
canOverdrivebooleantrue如果值为true,那么
outlineColorColor404049ff如果值为true,那么
outlineIconbooleanfalse如果值为true,那么
outlineRadiusint4如果值为true,那么
outlinedIconint-1如果值为true,那么
hasShadowbooleanfalse如果值为true,那么
placePitchChangebooleantrue如果值为true,那么
breakPitchChangebooleantrue如果值为true,那么
placeSoundSoundplace如果值为true,那么
breakSoundSoundbreaks如果值为true,那么
destroySoundSoundboom如果值为true,那么
albedofloat0.0如果值为true,那么
lightColorColorffffffff如果值为true,那么
emitLightbooleanfalse如果值为true,那么
lightRadiusfloat60.0如果值为true,那么
loopSoundSoundnone如果值为true,那么
loopSoundVolumefloat0.5如果值为true,那么
ambientSoundSoundnone如果值为true,那么
ambientSoundVolumefloat0.05如果值为true,那么
requirementsItemStack[][]如果值为true,那么
categoryCaredorydistribution如果值为true,那么
buildCostfloat20.0如果值为true,那么
buildVisibilityBuildVisibilityhidden如果值为true,那么
buildCostMultiplierfloat1.0如果值为true,那么
deconstructThresholdfloat0.0如果值为true,那么
instantDeconstructbooleanfalse如果值为true,那么
breakEffectEffectbreakBlock如果值为true,那么
destroyEffectEffectdymaticExplosion如果值为true,那么
researchCostMultiplierfloat1.0如果值为true,那么
instantTransferbooleanfalse如果值为true,那么
quickRotatebooleantrue如果值为true,那么
subclassClass<?>class mindustry.world.Block如果值为true,那么
highUnloadPrioritybooleanfalse如果值为true,那么
selectScrollfloat0.0如果值为true,那么
buildTypeProvnull如果值为true,那么
configurationsObjectMap<Class<?>,Cons2>new ObjectMap<>()如果值为true,那么
regionbooleanfalse如果值为true,那么
editorIconbooleanfalse如果值为true,那么
teamRegionbooleanfalse如果值为true,那么
teamRegionsbooleanfalse如果值为true,那么
variantRegionsbooleanfalse如果值为true,那么

Accelerator

Airblock

ArmoredConduit

ArmoredConveyor

AttributeCrafter

BallisticSilo

BaseTurret

Battery

BeamDrill

BufferedItemBridge

BurnerGenerator

TODO

Bush

Cliff

悬崖

CommandCenter

Conduit

Constructor

Conveyor

CoreBlock

核心

DecayGenerator

Door

Drill

TODO

Duct

DuctBridge

DuctRouter

Floor

EmptyFloor

ForceProjector

TODO

Fracker

todo

GenericCrafter

todossss

ImpactReactor

/todossss

Incinerator

ItemBridge

ItemLiquidGenerator

may to do

ItemSource

ItemTurret

todossss

ItemVoid

Junction

todo something new here to find out

LaserTurret

todosss

LaunchPad

LightBlock

todo

LiquidBlock

LiquidBridge

LiquidConverter

LiquidJunction

LiquidRouter

LiquidSource

LiquidTurret

todossss

LiquidVoid

LogicBlock

LogicDisplay

MassDriver

todossss

MemoryBlock

MendProjector

todossss

MessageBlock

cando

PowerGenerator

?

NuclearReactor

todossss

NuclearWarhead

OreBlock

OverdriveProjector

todo

OverflowGate

OverlayFloor

PayloadBlock

PayloadConveyor

todo

PayloadDeconstructor

PayloadLoader

PayloadMassDriver

todoss

PayloadRouter

PayloadSource

PayloadUnloader

PayloadVoid

PointDefenseTurret

todosss

PowerBlock

PowerDiode

PowerDistributor

PowerNode

todossss

PowerSource

something differnt

PowerTurret

todossss

PowerVoid

Prop

Pump

todo

Reconstructor

todo

ReloadTurret

?

RepairPoint

todossss

**Router**

todossssssssssssssssssssssssssss

Separator

ShallowLiquid

Do not use in mods

ShockMine

SingleBlockProducer

SingleTypeGenerator

todo

SolarGenerator

SolidPump

Sorter

cando

SpawnBlock

StackConveyor

todossss

StaticWall

todossss

StaticClusterWall

StaticTree

StorageBlock

SwitchBlock

ThermalGenerator

todo

Thruster

TractorBeamTurret

todossss

TreeBlock

Turret

todo

UnitBlock

UnitFactory

Unloader

Wall

WallOreBlock

WavingProp

WobbleProp

Bullet

artilleryDense artilleryPlastic artilleryPlasticFrag artilleryHoming artilleryIncendiary artilleryExplosive flakScrap flakLead flakGlass flakGlassFrag fragGlass fragExplosive fragPlastic fragSurge fragGlassFrag fragPlasticFrag missileExplosive missileIncendiary missileSurge standardCopper standardDense standardThorium standardHoming standardIncendiary standardDenseBig standardThoriumBig standardIncendiaryBig waterShot cryoShot slagShot oilShot heavyWaterShot heavyCryoShot heavySlagShot heavyOilShot damageLightning damageLightningGround fireball basicFlame pyraFlame

BulletType

BasicBulletType

ArtilleryBulletType

BombBulletType

ContinuousLaserBulletType

EmpBulletType

FireBulletType

FlakBulletType

LaserBoltBulletType

LaserBulletType

LightningBulletType

LiquidBulletType

MassDriverBolt

MissileBulletType

PointBulletType

RailBulletType

SapBulletType

ShrapnelBulletType

Effect

Effect

ExplosionEffect

MultiEffect

ParticleEffect

WaveEffect

Item

物品 mindustry.type.Item

Liquid

Status

Unit

Weather

Weather

MagneticStorm

ParticleWeather

RainWeather

SolarFlare

Other

Ability

DrawBlock

DrawAnimation

DrawArcSmelter

DrawCells

DrawCultivator

DrawGlow

DrawLiquid

DrawMixer

DrawRotator

DrawSmelter

DrawWeave

EnergyFieldAbility

ForceFieldAbility

MoveLightningAbility

Weapon

PointDefenseWeapon

RepairBeamWeapon

RepairFieldAbility

ShieldRegenFieldAbility

StatusFieldAbility

UnitSpawnAbility

BuildVisibility

BlockGroup

ItemStack

LiquidStack

Category

方块所属分类

Color

CacheLayer

TargetPriority

modding/type.txt · 最后更改: 2022/08/19 04:51 由 111.225.148.88
CC Attribution-Share Alike 4.0 International