Class WeatherCheck.Builder
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.WeatherCheck.Builder
- All Implemented Interfaces:
LootItemCondition.Builder
- Enclosing class:
WeatherCheck
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
setRaining
(boolean pIsRaining) setThundering
(boolean pIsThundering) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition.Builder
and, invert, or
-
Field Details
-
isRaining
-
isThundering
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setRaining
-
setThundering
-
build
- Specified by:
build
in interfaceLootItemCondition.Builder
-