Class MaterialPropertiesKt
-
- All Implemented Interfaces:
public final class MaterialPropertiesKt
-
-
Method Summary
-
-
Method Detail
-
getDefaultPart
final static HTDefaultPart getDefaultPart(HTPropertyMap $self)
-
getDefaultPart
final static TagKey<Item> getDefaultPart(HTPropertyMap $self, HTMaterialLike material)
-
getDefaultScale
final static Fraction getDefaultScale(HTPropertyMap $self)
- Since:
0.12.0
-
getDefaultFluidAmount
final static Integer getDefaultFluidAmount(HTPropertyMap $self)
-
setDefaultPart
final static Unit setDefaultPart(HTPropertyMap.Mutable $self, TagKey<Item> tagKey, HTItemHolderLike<Item> altItem)
-
setDefaultPart
final static Unit setDefaultPart(HTPropertyMap.Mutable $self, HTDefaultPart.Prefixed prefixed)
-
addBlockPrefixes
final static Unit addBlockPrefixes(HTPropertyMap.Mutable $self, HTPartLike parts)
-
addBlockPrefixes
final static Unit addBlockPrefixes(HTPropertyMap.Mutable $self, Set<HTPartLike> parts)
-
addFluidPrefixes
final static Unit addFluidPrefixes(HTPropertyMap.Mutable $self, HTFluidPart parts)
-
addFluidPrefixes
final static Unit addFluidPrefixes(HTPropertyMap.Mutable $self, Set<HTFluidPart> parts)
-
addItemPrefixes
final static Unit addItemPrefixes(HTPropertyMap.Mutable $self, HTPartLike parts)
-
addItemPrefixes
final static Unit addItemPrefixes(HTPropertyMap.Mutable $self, Set<HTPartLike> parts)
-
addToolPrefixes
final static Unit addToolPrefixes(HTPropertyMap.Mutable $self, HTToolMaterial material, HTToolType toolTypes)
-
addToolPrefixes
final static Unit addToolPrefixes(HTPropertyMap.Mutable $self, HTToolMaterial material, Set<HTToolType> toolTypes)
-
setName
final static Unit setName(HTPropertyMap.Mutable $self, String enName, String jaName)
-
setName
final static Unit setName(HTPropertyMap.Mutable $self, HTLangName value)
-
addCustomName
final static Unit addCustomName(HTPropertyMap.Mutable $self, HTPartLike part, String enName, String jaName)
-
addCustomName
final static Unit addCustomName(HTPropertyMap.Mutable $self, HTPartLike part, HTLangName value)
-
addCustomFluidName
final static Unit addCustomFluidName(HTPropertyMap.Mutable $self, HTFluidPart part, String enName, String jaName)
-
addCustomFluidName
final static Unit addCustomFluidName(HTPropertyMap.Mutable $self, HTFluidPart part, HTLangName value)
-
setTextureSet
final static Unit setTextureSet(HTPropertyMap.Mutable $self, String name)
-
setTextureSet
final static Unit setTextureSet(HTPropertyMap.Mutable $self, String name, HTMaterialTextureSet parent)
-
setTextureSet
final static Unit setTextureSet(HTPropertyMap.Mutable $self, HTMaterialTextureSet textureSet)
-
-
-
-