Class NoCustomer
java.lang.Object
petrolpark.mc.library.core.world.restaurant.customer.NoCustomer
- All Implemented Interfaces:
ICustomer
-
Field Summary
FieldsFields inherited from interface petrolpark.mc.library.core.world.restaurant.customer.ICustomer
INFINITE_ORDER_TIME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintnet.minecraft.network.chat.ComponentgetName()net.minecraft.core.Holder<Restaurant> voidsupplyLootParams(net.minecraft.world.level.storage.loot.LootParams.Builder builder)
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoCustomer
public NoCustomer()
-
-
Method Details
-
getElapsedOrderTime
public int getElapsedOrderTime()- Specified by:
getElapsedOrderTimein interfaceICustomer
-
getOpenOrder
- Specified by:
getOpenOrderin interfaceICustomer
-
getRestaurant
- Specified by:
getRestaurantin interfaceICustomer
-
clearOpenOrder
public void clearOpenOrder()- Specified by:
clearOpenOrderin interfaceICustomer
-
getName
public net.minecraft.network.chat.Component getName() -
supplyLootParams
public void supplyLootParams(net.minecraft.world.level.storage.loot.LootParams.Builder builder) - Specified by:
supplyLootParamsin interfaceICustomer
-