mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-18 08:57:44 +01:00
Add canSaveToDisk to Entity
This commit is contained in:
committed by
granny
parent
27d7eadf95
commit
f068d01f6b
@@ -35,6 +35,11 @@ public class DolphinSpit extends LlamaSpit {
|
||||
dolphin.getZ() + (double) (dolphin.getBbWidth() + 1.0F) * 0.5 * (double) Mth.cos(dolphin.yBodyRot * (float) (Math.PI / 180.0)));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canSaveToDisk() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void tick() {
|
||||
projectileTick();
|
||||
|
||||
|
||||
@@ -37,6 +37,11 @@ public class PhantomFlames extends LlamaSpit {
|
||||
phantom.getZ() + (double) (phantom.getBbWidth() + 1.0F) * 0.5D * (double) Mth.cos(phantom.yBodyRot * (float) (Math.PI / 180.0)));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canSaveToDisk() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public void tick() {
|
||||
projectileTick();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user