Interface IDough
- All Known Implementing Classes:
CookableDough,SimpleDoughType
@Experimental
public interface IDough
-
Field Summary
Fields -
Method Summary
-
Field Details
-
Method Details
-
minimumThickness
float minimumThickness() -
cuttable
boolean cuttable() -
toppable
boolean toppable() -
name
net.minecraft.network.chat.Component name() -
textureLocation
net.minecraft.resources.ResourceLocation textureLocation() -
tint
int tint() -
uniqueString
String uniqueString()A string as unique as needed (should include a namespace) to distinguish this Dough in JEI. -
getType
IDoughType<?> getType()
-