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() -
getType
IDoughType<?> getType()
-