public class LocationCheckLootCondition extends Object implements class_5341
| Modifier and Type | Class and Description |
|---|---|
static class |
LocationCheckLootCondition.Factory |
class_5341.Builder| Modifier and Type | Field and Description |
|---|---|
private BlockPos |
offset |
private LocationPredicate |
predicate |
| Modifier | Constructor and Description |
|---|---|
private |
LocationCheckLootCondition(LocationPredicate predicate,
BlockPos offset) |
| Modifier and Type | Method and Description |
|---|---|
static class_5341.Builder |
builder(LocationPredicate.Builder predicateBuilder) |
class_5342 |
method_29325() |
boolean |
test(LootContext lootContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRequiredParameters, validateprivate final LocationPredicate predicate
private final BlockPos offset
private LocationCheckLootCondition(LocationPredicate predicate, BlockPos offset)
public class_5342 method_29325()
method_29325 in interface class_5341public boolean test(LootContext lootContext)
test in interface Predicate<LootContext>public static class_5341.Builder builder(LocationPredicate.Builder predicateBuilder)