Class MaterialPropertiesKt
-
- All Implemented Interfaces:
public final class MaterialPropertiesKt
-
-
Method Summary
-
-
Method Detail
-
getDefaultPart
final static Either<HTTagPrefix, TagKey<Item>> getDefaultPart(HTPropertyMap $self)
-
getDefaultPart
final static TagKey<Item> getDefaultPart(HTPropertyMap $self, HTMaterialLike material)
-
getDefaultFluidAmount
final static Integer getDefaultFluidAmount(HTPropertyMap $self)
-
getStorageBlock
final static HTStorageBlockProperty getStorageBlock(HTPropertyMap $self)
-
computeMap
final static <K extends Any, V extends Any> Unit computeMap(HTPropertyMap.Mutable $self, HTPropertyKey<Map<K, V>> propertyKey, Pair<K, V> pair)
-
computeMap
final static <K extends Any, V extends Any> Unit computeMap(HTPropertyMap.Mutable $self, HTPropertyKey<Map<K, V>> propertyKey, Pair<K, V> pairs)
-
addDefaultPart
final static Unit addDefaultPart(HTPropertyMap.Mutable $self, TagKey<Item> tagKey)
-
addDefaultPart
final static Unit addDefaultPart(HTPropertyMap.Mutable $self, HTTagPrefix prefix)
-
setBlockPrefixes
final static Unit setBlockPrefixes(HTPropertyMap.Mutable $self, HTTagPrefix tagPrefixes)
-
setBlockPrefixes
final static Unit setBlockPrefixes(HTPropertyMap.Mutable $self, Set<HTTagPrefix> tagPrefixes)
-
setItemPrefixes
final static Unit setItemPrefixes(HTPropertyMap.Mutable $self, HTTagPrefix tagPrefixes)
-
setItemPrefixes
final static Unit setItemPrefixes(HTPropertyMap.Mutable $self, Set<HTTagPrefix> tagPrefixes)
-
addName
final static Unit addName(HTPropertyMap.Mutable $self, String enName, String jaName)
-
addName
final static Unit addName(HTPropertyMap.Mutable $self, HTLangName value)
-
addCustomName
final static Unit addCustomName(HTPropertyMap.Mutable $self, HTTagPrefix prefix, String enName, String jaName)
-
addCustomName
final static Unit addCustomName(HTPropertyMap.Mutable $self, HTTagPrefix prefix, HTLangName value)
-
addTextureSet
final static Unit addTextureSet(HTPropertyMap.Mutable $self, String name, HTMaterialTextureSet parent)
-
addTextureSet
final static Unit addTextureSet(HTPropertyMap.Mutable $self, HTMaterialTextureSet textureSet)
-
-
-
-